Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/clk/
H A Dclk_fixed_factor.c19 #define to_clk_fixed_factor(dev) \ macro
25 struct clk_fixed_factor *ff = to_clk_fixed_factor(clk->dev); in clk_fixed_factor_get_rate()
47 struct clk_fixed_factor *ff = to_clk_fixed_factor(dev); in clk_fixed_factor_ofdata_to_platdata()
/openbmc/linux/drivers/clk/
H A Dclk-fixed-factor.c25 struct clk_fixed_factor *fix = to_clk_fixed_factor(hw); in clk_factor_recalc_rate()
36 struct clk_fixed_factor *fix = to_clk_fixed_factor(hw); in clk_factor_round_rate()
223 kfree(to_clk_fixed_factor(hw)); in clk_unregister_fixed_factor()
231 fix = to_clk_fixed_factor(hw); in clk_hw_unregister_fixed_factor()
/openbmc/linux/include/linux/
H A Dclk-provider.h1099 #define to_clk_fixed_factor(_hw) container_of(_hw, struct clk_fixed_factor, hw) macro