Searched refs:rttm_cs (Results 1 – 1 of 1) sorted by relevance
52 struct rttm_cs { struct182 struct rttm_cs *rcs = container_of(cs, struct rttm_cs, cs); in rttm_read_clocksource()206 struct rttm_cs *rcs = container_of(cs, struct rttm_cs, cs); in rttm_enable_clocksource()216 struct rttm_cs rttm_cs = { variable231 return rttm_get_counter(rttm_cs.to.of_base.base); in rttm_read_clock()266 to = &rttm_cs.to; in rttm_probe()269 if (rttm_cs.to.of_base.base && rttm_cs.to.of_clk.rate) { in rttm_probe()270 rttm_enable_clocksource(&rttm_cs.cs); in rttm_probe()271 clocksource_register_hz(&rttm_cs.cs, RTTM_TICKS_PER_SEC); in rttm_probe()