Lines Matching full:clocksource
44 clocksource_to_dw_apb_clocksource(struct clocksource *cs) in clocksource_to_dw_apb_clocksource()
280 * dw_apb_clocksource_start() - start the clocksource counting.
282 * @dw_cs: The clocksource to start.
284 * This is used to start the clocksource before registration and can be used
306 static u64 __apbt_read_clocksource(struct clocksource *cs) in __apbt_read_clocksource()
318 static void apbt_restart_clocksource(struct clocksource *cs) in apbt_restart_clocksource()
327 * dw_apb_clocksource_init() - use an APB timer as a clocksource.
329 * @rating: The rating to give the clocksource.
330 * @name: The name for the clocksource.
334 * This creates a clocksource using an APB timer but does not yet register it
335 * with the clocksource system. This should be done with
360 * dw_apb_clocksource_register() - register the APB clocksource.
362 * @dw_cs: The clocksource to register.
370 * dw_apb_clocksource_read() - read the current value of a clocksource.
372 * @dw_cs: The clocksource to read.