Home
last modified time | relevance | path

Searched defs:timer_regs (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-lpc32xx/
H A Dtimer.h13 struct timer_regs { struct
14 u32 ir; /* Interrupt Register */
15 u32 tcr; /* Timer Control Register */
16 u32 tc; /* Timer Counter */
17 u32 pr; /* Prescale Register */
18 u32 pc; /* Prescale Counter */
19 u32 mcr; /* Match Control Register */
20 u32 mr[4]; /* Match Registers */
21 u32 ccr; /* Capture Control Register */
22 u32 cr[4]; /* Capture Registers */
[all …]
/OK3568_Linux_fs/kernel/arch/c6x/platforms/
H A Dtimer64.c18 struct timer_regs { struct
32 static struct timer_regs __iomem *timer; argument
/OK3568_Linux_fs/kernel/include/clocksource/
H A Dtimer-ti-dm.h76 struct timer_regs { struct
77 u32 ocp_cfg;
78 u32 tidr;
79 u32 tier;
80 u32 twer;
81 u32 tclr;
82 u32 tcrr;
83 u32 tldr;
84 u32 ttrg;
85 u32 twps;
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/sysdev/
H A Dmpic_timer.c46 struct timer_regs { struct
64 struct timer_regs __iomem *regs; argument
/OK3568_Linux_fs/u-boot/arch/arm/cpu/arm920t/ep93xx/
H A Dtimer.c43 struct timer_regs *timer_regs = (struct timer_regs *)TIMER_BASE; in read_timer() local
94 struct timer_regs *timer_regs = (struct timer_regs *)TIMER_BASE; in timer_init() local
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-ep93xx/
H A Dep93xx.h437 struct timer_regs { struct
438 struct timer timer1;
439 uint32_t reserved0[4];
440 struct timer timer2;
441 uint32_t reserved1[12];
442 struct timer4 timer4;
443 uint32_t reserved2[6];
444 struct timer timer3;