Searched refs:apbt_writel (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/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() 129 apbt_writel(&dw_ced->timer, ctrl, APBTMR_N_CONTROL); in apbt_set_mode() 135 apbt_writel(&dw_ced->timer, ctrl, APBTMR_N_CONTROL); in apbt_set_mode() 138 apbt_writel(&dw_ced->timer, period, APBTMR_N_LOAD_COUNT); in apbt_set_mode() 140 apbt_writel(&dw_ced->timer, ctrl, APBTMR_N_CONTROL); in apbt_set_mode() 153 apbt_writel(&dw_ced->timer, ctrl, APBTMR_N_CONTROL); in apbt_set_mode() 155 apbt_writel(&dw_ced->timer, ctrl, APBTMR_N_CONTROL); in apbt_set_mode() 161 apbt_writel(&dw_ced->timer, ~0, APBTMR_N_LOAD_COUNT); in apbt_set_mode() [all …]
|