Searched refs:apbt_writel (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/clocksource/ |
| D | dw_apb_timer.c | 57 static void apbt_writel(struct dw_apb_timer *timer, unsigned long val, in apbt_writel() function 68 apbt_writel(timer, ctrl, APBTMR_N_CONTROL); in apbt_disable_int() 110 apbt_writel(timer, ctrl, APBTMR_N_CONTROL); in apbt_enable_int() 123 apbt_writel(&dw_ced->timer, ctrl, APBTMR_N_CONTROL); in apbt_shutdown() 144 apbt_writel(&dw_ced->timer, ctrl, APBTMR_N_CONTROL); in apbt_set_oneshot() 146 apbt_writel(&dw_ced->timer, ctrl, APBTMR_N_CONTROL); in apbt_set_oneshot() 152 apbt_writel(&dw_ced->timer, ~0, APBTMR_N_LOAD_COUNT); in apbt_set_oneshot() 155 apbt_writel(&dw_ced->timer, ctrl, APBTMR_N_CONTROL); in apbt_set_oneshot() 170 apbt_writel(&dw_ced->timer, ctrl, APBTMR_N_CONTROL); in apbt_set_periodic() 176 apbt_writel(&dw_ced->timer, ctrl, APBTMR_N_CONTROL); in apbt_set_periodic() [all …]
|