Home
last modified time | relevance | path

Searched refs:APBTMR_N_LOAD_COUNT (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/clocksource/
Ddw_apb_timer.c24 #define APBTMR_N_LOAD_COUNT 0x00 macro
152 apbt_writel(&dw_ced->timer, ~0, APBTMR_N_LOAD_COUNT); in apbt_set_oneshot()
179 apbt_writel(&dw_ced->timer, period, APBTMR_N_LOAD_COUNT); in apbt_set_periodic()
207 apbt_writel(&dw_ced->timer, delta, APBTMR_N_LOAD_COUNT); in apbt_next_event()
330 apbt_writel(&dw_cs->timer, ~0, APBTMR_N_LOAD_COUNT); in dw_apb_clocksource_start()