Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/clocksource/
H A Dingenic-sysost.c67 struct ingenic_ost_clk { struct
87 static inline struct ingenic_ost_clk *to_ost_clk(struct clk_hw *hw) in to_ost_clk() argument
89 return container_of(hw, struct ingenic_ost_clk, hw); in to_ost_clk()
95 struct ingenic_ost_clk *ost_clk = to_ost_clk(hw); in ingenic_ost_percpu_timer_recalc_rate()
109 struct ingenic_ost_clk *ost_clk = to_ost_clk(hw); in ingenic_ost_global_timer_recalc_rate()
148 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()
273 struct ingenic_ost_clk *ost_clk; in ingenic_ost_register_clock()