Lines Matching refs:flags

88 	uint8_t flags;  member
112 regu_cfg.flags |= REGU_BO_FLAG_ENABLE_REGU; in dt_get_regu_boot_on_config()
123 regu_cfg.flags |= REGU_BO_FLAG_PULL_DOWN; in dt_get_regu_boot_on_config()
131 regu_cfg.flags |= REGU_BO_FLAG_MASK_RESET; in dt_get_regu_boot_on_config()
144 regu_cfg.flags |= REGU_BO_FLAG_SET_VOLTAGE; in dt_get_regu_boot_on_config()
164 if (regu_cfg->flags & REGU_BO_FLAG_SET_VOLTAGE) in stm32mp_pmic_apply_boot_on_config()
168 if (regu_cfg->flags & REGU_BO_FLAG_ENABLE_REGU) in stm32mp_pmic_apply_boot_on_config()
172 if (regu_cfg->flags & REGU_BO_FLAG_PULL_DOWN) in stm32mp_pmic_apply_boot_on_config()
176 if (regu_cfg->flags & REGU_BO_FLAG_MASK_RESET) in stm32mp_pmic_apply_boot_on_config()
187 uint8_t flags; member
264 regu_cfg->flags |= REGU_LP_FLAG_LOAD_PWRCTRL; in dt_get_regu_low_power_config()
274 regu_cfg->flags |= REGU_LP_FLAG_ON_IN_SUSPEND; in dt_get_regu_low_power_config()
278 regu_cfg->flags |= REGU_LP_FLAG_OFF_IN_SUSPEND; in dt_get_regu_low_power_config()
289 regu_cfg->flags |= REGU_LP_FLAG_SET_VOLTAGE; in dt_get_regu_low_power_config()
295 regu_cfg->flags |= REGU_LP_FLAG_MODE_STANDBY; in dt_get_regu_low_power_config()
315 if ((state->cfg[i].flags & REGU_LP_FLAG_LOAD_PWRCTRL) && in stm32mp_pmic_apply_lp_config()
319 if ((state->cfg[i].flags & REGU_LP_FLAG_ON_IN_SUSPEND) && in stm32mp_pmic_apply_lp_config()
323 if ((state->cfg[i].flags & REGU_LP_FLAG_OFF_IN_SUSPEND) && in stm32mp_pmic_apply_lp_config()
327 if ((state->cfg[i].flags & REGU_LP_FLAG_SET_VOLTAGE) && in stm32mp_pmic_apply_lp_config()
331 if ((state->cfg[i].flags & REGU_LP_FLAG_MODE_STANDBY) && in stm32mp_pmic_apply_lp_config()