Home
last modified time | relevance | path

Searched defs:gptimer (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/arch/arm/include/asm/arch-omap5/
Dcpu.h22 struct gptimer { struct
23 u32 tidr; /* 0x00 r */
24 u8 res1[0xc];
25 u32 tiocp_cfg; /* 0x10 rw */
26 u8 res2[0x10];
27 u32 tisr_raw; /* 0x24 r */
28 u32 tisr; /* 0x28 rw */
29 u32 tier; /* 0x2c rw */
30 u32 ticr; /* 0x30 rw */
31 u32 twer; /* 0x34 rw */
[all …]
/external/u-boot/arch/arm/include/asm/arch-omap4/
Dcpu.h18 struct gptimer { struct
19 u32 tidr; /* 0x00 r */
20 u8 res[0xc];
21 u32 tiocp_cfg; /* 0x10 rw */
22 u32 tistat; /* 0x14 r */
23 u32 tisr; /* 0x18 rw */
24 u32 tier; /* 0x1c rw */
25 u32 twer; /* 0x20 rw */
26 u32 tclr; /* 0x24 rw */
27 u32 tcrr; /* 0x28 rw */
[all …]
/external/u-boot/arch/arm/include/asm/arch-omap3/
Dcpu.h265 struct gptimer { struct
266 u32 tidr; /* 0x00 r */
267 u8 res[0xc];
268 u32 tiocp_cfg; /* 0x10 rw */
269 u32 tistat; /* 0x14 r */
270 u32 tisr; /* 0x18 rw */
271 u32 tier; /* 0x1c rw */
272 u32 twer; /* 0x20 rw */
273 u32 tclr; /* 0x24 rw */
274 u32 tcrr; /* 0x28 rw */
[all …]
/external/u-boot/arch/arm/include/asm/arch-am33xx/
Dcpu.h421 struct gptimer { struct
422 unsigned int tidr; /* offset 0x00 */
423 unsigned char res1[12];
424 unsigned int tiocp_cfg; /* offset 0x10 */
425 unsigned char res2[12];
426 unsigned int tier; /* offset 0x20 */
427 unsigned int tistatr; /* offset 0x24 */
428 unsigned int tistat; /* offset 0x28 */
429 unsigned int tisr; /* offset 0x2c */
430 unsigned int tcicr; /* offset 0x30 */
[all …]