Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/clocksource/
Dmeson6_timer.c23 #define CED_ID 0 macro
33 #define TIMER_CED_INPUT_MASK (3UL << TIMER_INPUT_BIT(CED_ID))
72 meson6_clkevt_time_stop(CED_ID); in meson6_shutdown()
78 meson6_clkevt_time_stop(CED_ID); in meson6_set_oneshot()
79 meson6_clkevt_time_start(CED_ID, false); in meson6_set_oneshot()
85 meson6_clkevt_time_stop(CED_ID); in meson6_set_periodic()
86 meson6_clkevt_time_setup(CED_ID, USEC_PER_SEC / HZ - 1); in meson6_set_periodic()
87 meson6_clkevt_time_start(CED_ID, true); in meson6_set_periodic()
94 meson6_clkevt_time_stop(CED_ID); in meson6_clkevt_next_event()
95 meson6_clkevt_time_setup(CED_ID, evt); in meson6_clkevt_next_event()
[all …]