Home
last modified time | relevance | path

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

/u-boot/arch/arm/include/asm/arch-omap5/
A Dcpu.h22 struct gptimer { struct
23 u32 tidr; /* 0x00 r */
24 u8 res1[0xc];
26 u8 res2[0x10];
28 u32 tisr; /* 0x28 rw */
29 u32 tier; /* 0x2c rw */
30 u32 ticr; /* 0x30 rw */
31 u32 twer; /* 0x34 rw */
32 u32 tclr; /* 0x38 rw */
33 u32 tcrr; /* 0x3c rw */
[all …]
/u-boot/arch/arm/include/asm/arch-omap4/
A Dcpu.h18 struct gptimer { struct
19 u32 tidr; /* 0x00 r */
20 u8 res[0xc];
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 */
28 u32 tldr; /* 0x2c rw */
29 u32 ttgr; /* 0x30 rw */
[all …]
/u-boot/arch/arm/include/asm/arch-omap3/
A Dcpu.h265 struct gptimer { struct
266 u32 tidr; /* 0x00 r */
267 u8 res[0xc];
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 */
275 u32 tldr; /* 0x2c rw */
277 u32 twpc; /* 0x34 r*/
[all …]
/u-boot/arch/arm/include/asm/arch-am33xx/
A Dcpu.h422 struct gptimer { struct
423 unsigned int tidr; /* offset 0x00 */
424 unsigned char res1[12];
426 unsigned char res2[12];
427 unsigned int tier; /* offset 0x20 */
430 unsigned int tisr; /* offset 0x2c */
432 unsigned int twer; /* offset 0x34 */
433 unsigned int tclr; /* offset 0x38 */
434 unsigned int tcrr; /* offset 0x3c */
435 unsigned int tldr; /* offset 0x40 */
[all …]

Completed in 35 milliseconds