Home
last modified time | relevance | path

Searched defs:ccsr_gur (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
Dimmap_lsch3.h194 struct ccsr_gur { struct
195 u32 porsr1; /* POR status 1 */
196 u32 porsr2; /* POR status 2 */
197 u8 res_008[0x20-0x8];
198 u32 gpporcr1; /* General-purpose POR configuration */
199 u32 gpporcr2; /* General-purpose POR configuration 2 */
200 u32 gpporcr3;
201 u32 gpporcr4;
202 u8 res_030[0x60-0x30];
212 u32 dcfg_fusesr; /* Fuse status register */
[all …]
Dimmap_lsch2.h210 struct ccsr_gur { struct
211 u32 porsr1; /* POR status 1 */
213 u32 porsr2; /* POR status 2 */
214 u8 res_008[0x20-0x8];
215 u32 gpporcr1; /* General-purpose POR configuration */
216 u32 gpporcr2;
221 u32 dcfg_fusesr; /* Fuse status register */
222 u8 res_02c[0x70-0x2c];
223 u32 devdisr; /* Device disable control */
236 u32 devdisr2; /* Device disable control 2 */
[all …]
/external/u-boot/arch/arm/include/asm/arch-ls102xa/
Dimmap_ls102xa.h90 struct ccsr_gur { struct
91 u32 porsr1; /* POR status 1 */
92 u32 porsr2; /* POR status 2 */
93 u8 res_008[0x20-0x8];
94 u32 gpporcr1; /* General-purpose POR configuration */
95 u32 gpporcr2;
96 u32 dcfg_fusesr; /* Fuse status register */
97 u8 res_02c[0x70-0x2c];
98 u32 devdisr; /* Device disable control */
99 u32 devdisr2; /* Device disable control 2 */
[all …]
/external/u-boot/arch/powerpc/include/asm/
Dimmap_85xx.h1586 typedef struct ccsr_gur { struct
1587 u32 porsr1; /* POR status 1 */
1588 u32 porsr2; /* POR status 2 */
1595 u8 res_008[0x20-0x8];
1596 u32 gpporcr1; /* General-purpose POR configuration */
1597 u32 gpporcr2; /* General-purpose POR configuration 2 */
1598 u32 dcfg_fusesr; /* Fuse status register */
1603 u8 res_02c[0x70-0x2c];
1604 u32 devdisr; /* Device disable control */
1605 u32 devdisr2; /* Device disable control 2 */
[all …]
Dimmap_86xx.h1074 typedef struct ccsr_gur { struct
1075 uint porpllsr; /* 0xe0000 - POR PLL ratio status register */
1076 uint porbmsr; /* 0xe0004 - POR boot mode status register */
1077 uint porimpscr; /* 0xe0008 - POR I/O impedance status and control register */
1078 uint pordevsr; /* 0xe000c - POR I/O device status regsiter */
1079 uint pordbgmsr; /* 0xe0010 - POR debug mode status register */
1080 char res1[12];
1081 uint gpporcr; /* 0xe0020 - General-purpose POR configuration register */
1082 char res2[12];
1083 uint gpiocr; /* 0xe0030 - GPIO control register */
[all …]