提交 26ae4980 编写于 作者: A Aaron Sierra 提交者: Scott Wood

fsl_ifc: Fix csor_ext position in fsl_ifc_regs

According to Freescale manuals, the IFC_CSORn_EXT register is located
immediately _after_ the bank's IFC_CSORn register.

This patch adjusts the csor_ext member of and reserved register arrays
immediately surrounding the csor_cs structure to provide proper access
to this register.
Signed-off-by: NAaron Sierra <asierra@xes-inc.com>
Acked-by: NPrabhakar Kushwaha <prabhakar@freescale.com>
Signed-off-by: NScott Wood <scottwood@freescale.com>
上级 67e35c3a
...@@ -781,13 +781,13 @@ struct fsl_ifc_regs { ...@@ -781,13 +781,13 @@ struct fsl_ifc_regs {
__be32 amask; __be32 amask;
u32 res4[0x2]; u32 res4[0x2];
} amask_cs[FSL_IFC_BANK_COUNT]; } amask_cs[FSL_IFC_BANK_COUNT];
u32 res5[0x17]; u32 res5[0x18];
struct { struct {
__be32 csor_ext;
__be32 csor; __be32 csor;
__be32 csor_ext;
u32 res6; u32 res6;
} csor_cs[FSL_IFC_BANK_COUNT]; } csor_cs[FSL_IFC_BANK_COUNT];
u32 res7[0x19]; u32 res7[0x18];
struct { struct {
__be32 ftim[4]; __be32 ftim[4];
u32 res8[0x8]; u32 res8[0x8];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册