Searched refs:vc3 (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/clk/ |
| H A D | clk-versaclock3.c | 221 struct vc3_hw_data *vc3 = container_of(hw, struct vc3_hw_data, hw); in vc3_pfd_mux_get_parent() local 222 const struct vc3_clk_data *pfd_mux = vc3->data; in vc3_pfd_mux_get_parent() 225 regmap_read(vc3->regmap, pfd_mux->offs, &src); in vc3_pfd_mux_get_parent() 232 struct vc3_hw_data *vc3 = container_of(hw, struct vc3_hw_data, hw); in vc3_pfd_mux_set_parent() local 233 const struct vc3_clk_data *pfd_mux = vc3->data; in vc3_pfd_mux_set_parent() 235 return regmap_update_bits(vc3->regmap, pfd_mux->offs, pfd_mux->bitmsk, in vc3_pfd_mux_set_parent() 248 struct vc3_hw_data *vc3 = container_of(hw, struct vc3_hw_data, hw); in vc3_pfd_recalc_rate() local 249 const struct vc3_pfd_data *pfd = vc3->data; in vc3_pfd_recalc_rate() 254 regmap_read(vc3->regmap, pfd->offs, &prediv); in vc3_pfd_recalc_rate() 259 regmap_read(vc3->regmap, VC3_PLL1_CTRL_OUTDIV5, &premul); in vc3_pfd_recalc_rate() [all …]
|