Searched refs:APBTMR_N_CONTROL (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/drivers/clocksource/ |
H A D | dw_apb_timer.c | 26 #define APBTMR_N_CONTROL 0x08 macro 65 unsigned long ctrl = apbt_readl(timer, APBTMR_N_CONTROL); apbt_disable_int() 68 apbt_writel(timer, ctrl, APBTMR_N_CONTROL); apbt_disable_int() 106 unsigned long ctrl = apbt_readl(timer, APBTMR_N_CONTROL); apbt_enable_int() 110 apbt_writel(timer, ctrl, APBTMR_N_CONTROL); apbt_enable_int() 121 ctrl = apbt_readl(&dw_ced->timer, APBTMR_N_CONTROL); apbt_shutdown() 123 apbt_writel(&dw_ced->timer, ctrl, APBTMR_N_CONTROL); apbt_shutdown() 135 ctrl = apbt_readl(&dw_ced->timer, APBTMR_N_CONTROL); apbt_set_oneshot() 144 apbt_writel(&dw_ced->timer, ctrl, APBTMR_N_CONTROL); apbt_set_oneshot() 146 apbt_writel(&dw_ced->timer, ctrl, APBTMR_N_CONTROL); apbt_set_oneshot() 155 apbt_writel(&dw_ced->timer, ctrl, APBTMR_N_CONTROL); apbt_set_oneshot() 168 ctrl = apbt_readl(&dw_ced->timer, APBTMR_N_CONTROL); apbt_set_periodic() 170 apbt_writel(&dw_ced->timer, ctrl, APBTMR_N_CONTROL); apbt_set_periodic() 176 apbt_writel(&dw_ced->timer, ctrl, APBTMR_N_CONTROL); apbt_set_periodic() 181 apbt_writel(&dw_ced->timer, ctrl, APBTMR_N_CONTROL); apbt_set_periodic() 203 ctrl = apbt_readl(&dw_ced->timer, APBTMR_N_CONTROL); apbt_next_event() 205 apbt_writel(&dw_ced->timer, ctrl, APBTMR_N_CONTROL); apbt_next_event() 209 apbt_writel(&dw_ced->timer, ctrl, APBTMR_N_CONTROL); apbt_next_event() 307 apbt_writel(&dw_ced->timer, 0, APBTMR_N_CONTROL); dw_apb_clockevent_register() 326 unsigned long ctrl = apbt_readl(&dw_cs->timer, APBTMR_N_CONTROL); dw_apb_clocksource_start() 329 apbt_writel(&dw_cs->timer, ctrl, APBTMR_N_CONTROL); dw_apb_clocksource_start() 334 apbt_writel(&dw_cs->timer, ctrl, APBTMR_N_CONTROL); dw_apb_clocksource_start()
|
Completed in 85 milliseconds