Lines Matching refs:cdce706_hw_data
68 #define to_hw_data(phw) (container_of((phw), struct cdce706_hw_data, hw))
70 struct cdce706_hw_data { struct
85 struct cdce706_hw_data clkin[1]; argument
86 struct cdce706_hw_data pll[3];
87 struct cdce706_hw_data divider[6];
88 struct cdce706_hw_data clkout[6];
147 struct cdce706_hw_data *hwd = to_hw_data(hw); in cdce706_clkin_set_parent()
155 struct cdce706_hw_data *hwd = to_hw_data(hw); in cdce706_clkin_get_parent()
168 struct cdce706_hw_data *hwd = to_hw_data(hw); in cdce706_pll_recalc_rate()
191 struct cdce706_hw_data *hwd = to_hw_data(hw); in cdce706_pll_round_rate()
217 struct cdce706_hw_data *hwd = to_hw_data(hw); in cdce706_pll_set_rate()
262 struct cdce706_hw_data *hwd = to_hw_data(hw); in cdce706_divider_set_parent()
275 struct cdce706_hw_data *hwd = to_hw_data(hw); in cdce706_divider_get_parent()
283 struct cdce706_hw_data *hwd = to_hw_data(hw); in cdce706_divider_recalc_rate()
296 struct cdce706_hw_data *hwd = to_hw_data(hw); in cdce706_divider_round_rate()
364 struct cdce706_hw_data *hwd = to_hw_data(hw); in cdce706_divider_set_rate()
386 struct cdce706_hw_data *hwd = to_hw_data(hw); in cdce706_clkout_prepare()
395 struct cdce706_hw_data *hwd = to_hw_data(hw); in cdce706_clkout_unprepare()
403 struct cdce706_hw_data *hwd = to_hw_data(hw); in cdce706_clkout_set_parent()
415 struct cdce706_hw_data *hwd = to_hw_data(hw); in cdce706_clkout_get_parent()
450 struct cdce706_hw_data *hw, unsigned num_hw, in cdce706_register_hw()