Lines Matching refs:cdce706_hw_data
65 #define to_hw_data(phw) (container_of((phw), struct cdce706_hw_data, hw))
67 struct cdce706_hw_data { struct
82 struct cdce706_hw_data clkin[1]; argument
83 struct cdce706_hw_data pll[3];
84 struct cdce706_hw_data divider[6];
85 struct cdce706_hw_data clkout[6];
144 struct cdce706_hw_data *hwd = to_hw_data(hw); in cdce706_clkin_set_parent()
152 struct cdce706_hw_data *hwd = to_hw_data(hw); in cdce706_clkin_get_parent()
165 struct cdce706_hw_data *hwd = to_hw_data(hw); in cdce706_pll_recalc_rate()
188 struct cdce706_hw_data *hwd = to_hw_data(hw); in cdce706_pll_round_rate()
214 struct cdce706_hw_data *hwd = to_hw_data(hw); in cdce706_pll_set_rate()
259 struct cdce706_hw_data *hwd = to_hw_data(hw); in cdce706_divider_set_parent()
272 struct cdce706_hw_data *hwd = to_hw_data(hw); in cdce706_divider_get_parent()
280 struct cdce706_hw_data *hwd = to_hw_data(hw); in cdce706_divider_recalc_rate()
293 struct cdce706_hw_data *hwd = to_hw_data(hw); in cdce706_divider_round_rate()
361 struct cdce706_hw_data *hwd = to_hw_data(hw); in cdce706_divider_set_rate()
383 struct cdce706_hw_data *hwd = to_hw_data(hw); in cdce706_clkout_prepare()
392 struct cdce706_hw_data *hwd = to_hw_data(hw); in cdce706_clkout_unprepare()
400 struct cdce706_hw_data *hwd = to_hw_data(hw); in cdce706_clkout_set_parent()
412 struct cdce706_hw_data *hwd = to_hw_data(hw); in cdce706_clkout_get_parent()
447 struct cdce706_hw_data *hw, unsigned num_hw, in cdce706_register_hw()