Searched refs:avs_ctl (Results 1 – 1 of 1) sorted by relevance
1191 u32 vctl, data3, avs_ctl, pmic_sts; in spmi_saw_set_vdd() local1196 regmap_read(saw_regmap, SAW3_AVS_CTL, &avs_ctl); in spmi_saw_set_vdd()1208 avs_enabled = SAW3_AVS_CTL_EN_MASK & avs_ctl; in spmi_saw_set_vdd()1210 avs_ctl &= ~SAW3_AVS_CTL_TGGL_MASK; in spmi_saw_set_vdd()1211 regmap_write(saw_regmap, SAW3_AVS_CTL, avs_ctl); in spmi_saw_set_vdd()1232 avs_ctl &= ~SAW3_AVS_CTL_CLEAR_MASK; in spmi_saw_set_vdd()1233 avs_ctl |= ((pmic_sts - 4) << 10); in spmi_saw_set_vdd()1234 avs_ctl |= (pmic_sts << 17); in spmi_saw_set_vdd()1235 avs_ctl |= SAW3_AVS_CTL_TGGL_MASK; in spmi_saw_set_vdd()1236 regmap_write(saw_regmap, SAW3_AVS_CTL, avs_ctl); in spmi_saw_set_vdd()