Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/clk/
Dclk-fixed-rate.c29 #define to_clk_fixed_rate(_hw) container_of(_hw, struct clk_fixed_rate, hw) macro
34 return to_clk_fixed_rate(hw)->fixed_rate; in clk_fixed_rate_recalc_rate()
40 return to_clk_fixed_rate(hw)->fixed_accuracy; in clk_fixed_rate_recalc_accuracy()