Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/
H A Dtimer.h12 struct timer_regs { struct
13 u32 ir; /* Interrupt Register */
14 u32 tcr; /* Timer Control Register */
15 u32 tc; /* Timer Counter */
16 u32 pr; /* Prescale Register */
17 u32 pc; /* Prescale Counter */
18 u32 mcr; /* Match Control Register */
19 u32 mr[4]; /* Match Registers */
20 u32 ccr; /* Capture Control Register */
21 u32 cr[4]; /* Capture Registers */
[all …]
/openbmc/linux/drivers/clocksource/
H A Dtimer-ti-dm.c97 struct timer_regs { struct
98 u32 ocp_cfg;
99 u32 tidr;
100 u32 tier;
101 u32 twer;
102 u32 tclr;
103 u32 tcrr;
104 u32 tldr;
105 u32 ttrg;
106 u32 twps;
[all …]
/openbmc/linux/arch/powerpc/sysdev/
H A Dmpic_timer.c45 struct timer_regs { struct
63 struct timer_regs __iomem *regs; argument
/openbmc/u-boot/arch/arm/cpu/arm920t/ep93xx/
H A Dtimer.c42 struct timer_regs *timer_regs = (struct timer_regs *)TIMER_BASE; in read_timer() local
88 struct timer_regs *timer_regs = (struct timer_regs *)TIMER_BASE; in timer_init() local
/openbmc/u-boot/arch/arm/include/asm/arch-ep93xx/
H A Dep93xx.h436 struct timer_regs { struct
437 struct timer timer1;
438 uint32_t reserved0[4];
439 struct timer timer2;
440 uint32_t reserved1[12];
441 struct timer4 timer4;
442 uint32_t reserved2[6];
443 struct timer timer3;