Home
last modified time | relevance | path

Searched defs:stm_timer (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/clocksource/
H A Dtimer-nxp-stm.c55 struct stm_timer { struct
65 static DEFINE_PER_CPU(struct stm_timer *, stm_timers); argument
97 static u32 nxp_stm_clocksource_getcnt(struct stm_timer *stm_timer) in nxp_stm_clocksource_getcnt()
102 static void nxp_stm_clocksource_setcnt(struct stm_timer *stm_timer, u32 cnt) in nxp_stm_clocksource_setcnt()
109 struct stm_timer *stm_timer = cs_to_stm(cs); in nxp_stm_clocksource_read() local
114 static void nxp_stm_module_enable(struct stm_timer *stm_timer) in nxp_stm_module_enable()
125 static void nxp_stm_module_disable(struct stm_timer *stm_timer) in nxp_stm_module_disable()
136 static void nxp_stm_module_put(struct stm_timer *stm_timer) in nxp_stm_module_put()
142 static void nxp_stm_module_get(struct stm_timer *stm_timer) in nxp_stm_module_get()
150 struct stm_timer *stm_timer = cs_to_stm(cs); in nxp_stm_clocksource_enable() local
[all …]