Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clocksource/
H A Dingenic-sysost.c66 struct ingenic_ost_clk { struct
86 static inline struct ingenic_ost_clk *to_ost_clk(struct clk_hw *hw) in to_ost_clk() argument
88 return container_of(hw, struct ingenic_ost_clk, hw); in to_ost_clk()
94 struct ingenic_ost_clk *ost_clk = to_ost_clk(hw); in ingenic_ost_percpu_timer_recalc_rate()
108 struct ingenic_ost_clk *ost_clk = to_ost_clk(hw); in ingenic_ost_global_timer_recalc_rate()
147 struct ingenic_ost_clk *ost_clk = to_ost_clk(hw); in ingenic_ost_percpu_timer_set_rate()
163 struct ingenic_ost_clk *ost_clk = to_ost_clk(hw); in ingenic_ost_global_timer_set_rate()
274 struct ingenic_ost_clk *ost_clk; in ingenic_ost_register_clock()