Lines Matching refs:cdce706_hw_data
67 #define to_hw_data(phw) (container_of((phw), struct cdce706_hw_data, hw))
69 struct cdce706_hw_data { struct
87 struct cdce706_hw_data clkin[1]; argument
88 struct cdce706_hw_data pll[3];
89 struct cdce706_hw_data divider[6];
90 struct cdce706_hw_data clkout[6];
149 struct cdce706_hw_data *hwd = to_hw_data(hw); in cdce706_clkin_set_parent()
157 struct cdce706_hw_data *hwd = to_hw_data(hw); in cdce706_clkin_get_parent()
170 struct cdce706_hw_data *hwd = to_hw_data(hw); in cdce706_pll_recalc_rate()
193 struct cdce706_hw_data *hwd = to_hw_data(hw); in cdce706_pll_round_rate()
219 struct cdce706_hw_data *hwd = to_hw_data(hw); in cdce706_pll_set_rate()
264 struct cdce706_hw_data *hwd = to_hw_data(hw); in cdce706_divider_set_parent()
277 struct cdce706_hw_data *hwd = to_hw_data(hw); in cdce706_divider_get_parent()
285 struct cdce706_hw_data *hwd = to_hw_data(hw); in cdce706_divider_recalc_rate()
298 struct cdce706_hw_data *hwd = to_hw_data(hw); in cdce706_divider_round_rate()
366 struct cdce706_hw_data *hwd = to_hw_data(hw); in cdce706_divider_set_rate()
388 struct cdce706_hw_data *hwd = to_hw_data(hw); in cdce706_clkout_prepare()
397 struct cdce706_hw_data *hwd = to_hw_data(hw); in cdce706_clkout_unprepare()
405 struct cdce706_hw_data *hwd = to_hw_data(hw); in cdce706_clkout_set_parent()
417 struct cdce706_hw_data *hwd = to_hw_data(hw); in cdce706_clkout_get_parent()
452 struct cdce706_hw_data *hw, unsigned num_hw, in cdce706_register_hw()