Lines Matching refs:outl
19 outl((1<<4), REG_SET(HW_AHBCLKCTRL1)); in hw_timer0_init()
20 outl((1<<4), REG_CLR(HW_PRESETCTRL1)); in hw_timer0_init()
21 outl((1<<4), REG_SET(HW_PRESETCTRL1)); in hw_timer0_init()
23 outl((1<<0), REG_CLR(HW_TIMER0_TCR)); in hw_timer0_init()
25 outl((3<<0), REG_CLR(HW_TIMER0_CTCR)); in hw_timer0_init()
27 outl((3<<0), REG_CLR(HW_TIMER0_DIR)); in hw_timer0_init()
29 outl(0, REG_CLR(HW_TIMER0_PR)); in hw_timer0_init()
30 outl(0, REG_CLR(HW_TIMER0_PC)); in hw_timer0_init()
32 outl((7<<0), REG_CLR(HW_TIMER0_MCR)); in hw_timer0_init()
33 outl((3<<0), REG_SET(HW_TIMER0_MCR)); in hw_timer0_init()
36 outl(pclk/RT_TICK_PER_SECOND, HW_TIMER0_MR0); in hw_timer0_init()
38 outl((1<<4), REG_SET(HW_TIMER0_TCR)); in hw_timer0_init()
39 outl((1<<4), REG_CLR(HW_TIMER0_TCR)); in hw_timer0_init()
40 outl((1<<0), REG_SET(HW_TIMER0_TCR)); in hw_timer0_init()