Searched refs:regu_cfg (Results 1 – 1 of 1) sorted by relevance
105 struct regu_bo_config regu_cfg = { }; in dt_get_regu_boot_on_config() local112 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()150 regu_bo_count * sizeof(regu_cfg)); in dt_get_regu_boot_on_config()154 regu_bo_config[regu_bo_count - 1] = regu_cfg; in dt_get_regu_boot_on_config()169 if (stpmic1_bo_enable_unpg(®u_cfg->cfg)) in stm32mp_pmic_apply_boot_on_config()242 struct regu_lp_config *regu_cfg = NULL; in dt_get_regu_low_power_config() local250 regu_cfg = &state->cfg[state->cfg_count - 1]; in dt_get_regu_low_power_config()[all …]
Completed in 3 milliseconds