Searched refs:phy_mux (Results 1 – 2 of 2) sorted by relevance
26 struct clk_regmap_phy_mux *phy_mux = to_clk_regmap_phy_mux(clkr); in phy_mux_is_enabled() local29 regmap_read(clkr->regmap, phy_mux->reg, &val); in phy_mux_is_enabled()40 struct clk_regmap_phy_mux *phy_mux = to_clk_regmap_phy_mux(clkr); in phy_mux_enable() local42 return regmap_update_bits(clkr->regmap, phy_mux->reg, in phy_mux_enable()50 struct clk_regmap_phy_mux *phy_mux = to_clk_regmap_phy_mux(clkr); in phy_mux_disable() local52 regmap_update_bits(clkr->regmap, phy_mux->reg, in phy_mux_disable()
572 u8 phy_mux[16]; member