Searched refs:CBF_MUX_PARENT_MASK (Results 1 – 1 of 1) sorted by relevance
36 #define CBF_MUX_PARENT_MASK GENMASK(1, 0) macro125 return FIELD_GET(CBF_MUX_PARENT_MASK, val); in clk_cbf_8996_mux_get_parent()134 val = FIELD_PREP(CBF_MUX_PARENT_MASK, index); in clk_cbf_8996_mux_set_parent()136 return regmap_update_bits(clkr->regmap, mux->reg, CBF_MUX_PARENT_MASK, val); in clk_cbf_8996_mux_set_parent()313 regmap_update_bits(regmap, CBF_MUX_OFFSET, CBF_MUX_PARENT_MASK, 0x1); in qcom_msm8996_cbf_probe()