Searched refs:IMX_TIM1_BASE (Results 1 – 3 of 3) sorted by relevance
90 struct gpt_regs *regs = (struct gpt_regs *)IMX_TIM1_BASE; in timer_init()112 struct gpt_regs *regs = (struct gpt_regs *)IMX_TIM1_BASE; in get_ticks()
30 #define IMX_TIM1_BASE (0x02000 + IMX_IO_BASE) macro612 #define TCTL1 __REG(IMX_TIM1_BASE)613 #define TPRER1 __REG(IMX_TIM1_BASE + 0x4)614 #define TCMP1 __REG(IMX_TIM1_BASE + 0x8)615 #define TCR1 __REG(IMX_TIM1_BASE + 0xc)616 #define TCN1 __REG(IMX_TIM1_BASE + 0x10)617 #define TSTAT1 __REG(IMX_TIM1_BASE + 0x14)
178 #define IMX_TIM1_BASE (0x03000 + IMX_IO_BASE) macro