Searched defs:timer_regs (Results 1 – 3 of 3) sorted by relevance
12 struct timer_regs { struct13 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 */21 u32 cr[4]; /* Capture Registers */22 u32 emr; /* External Match Register */[all …]
45 struct timer_regs *timer_regs = (struct timer_regs *)TIMER_BASE; in read_timer() local91 struct timer_regs *timer_regs = (struct timer_regs *)TIMER_BASE; in timer_init() local
436 struct timer_regs { struct437 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;
Completed in 8 milliseconds