Lines Matching defs:common
14 u8 sprd_mux_helper_get_parent(const struct sprd_clk_common *common,
22 regmap_read(common->regmap, common->reg, ®);
29 num_parents = clk_hw_get_num_parents(&common->hw);
43 return sprd_mux_helper_get_parent(&cm->common, &cm->mux);
46 int sprd_mux_helper_set_parent(const struct sprd_clk_common *common,
55 regmap_read(common->regmap, common->reg, ®);
57 regmap_write(common->regmap, common->reg,
68 return sprd_mux_helper_set_parent(&cm->common, &cm->mux, index);