Searched refs:avs_ctl (Results 1 – 1 of 1) sorted by relevance
1228 u32 vctl, data3, avs_ctl, pmic_sts; in spmi_saw_set_vdd() local1233 regmap_read(saw_regmap, SAW3_AVS_CTL, &avs_ctl); in spmi_saw_set_vdd()1245 avs_enabled = SAW3_AVS_CTL_EN_MASK & avs_ctl; in spmi_saw_set_vdd()1247 avs_ctl &= ~SAW3_AVS_CTL_TGGL_MASK; in spmi_saw_set_vdd()1248 regmap_write(saw_regmap, SAW3_AVS_CTL, avs_ctl); in spmi_saw_set_vdd()1269 avs_ctl &= ~SAW3_AVS_CTL_CLEAR_MASK; in spmi_saw_set_vdd()1270 avs_ctl |= ((pmic_sts - 4) << 10); in spmi_saw_set_vdd()1271 avs_ctl |= (pmic_sts << 17); in spmi_saw_set_vdd()1272 avs_ctl |= SAW3_AVS_CTL_TGGL_MASK; in spmi_saw_set_vdd()1273 regmap_write(saw_regmap, SAW3_AVS_CTL, avs_ctl); in spmi_saw_set_vdd()