Home
last modified time | relevance | path

Searched refs:custom_configs (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/memory/
H A Demif.c336 const struct emif_custom_configs *custom_configs, bool cs1_used, in get_temp_alert_config() argument
341 if (custom_configs && (custom_configs->mask & in get_temp_alert_config()
343 interval = custom_configs->temp_alert_poll_interval_ms; in get_temp_alert_config()
380 struct emif_custom_configs *cust_cfgs = emif->plat_data->custom_configs; in get_pwr_mgmt_ctrl()
535 struct emif_custom_configs *custom_configs; in handle_temp_alert() local
548 custom_configs = emif->plat_data->custom_configs; in handle_temp_alert()
554 if (custom_configs && !(custom_configs->mask & in handle_temp_alert()
745 emif->plat_data->custom_configs, device_info->cs1_used, in emif_onetime_settings()
884 emif->plat_data->custom_configs = cust_cfgs; in of_get_custom_configs()
1063 cust_cfgs = pd->custom_configs; in get_device_details()
[all …]
/openbmc/openbmc/meta-phosphor/recipes-phosphor/logging/
H A Dphosphor-hostlogger_git.bb43 CUSTOM_CONFIGS = "${@custom_configs('${WORKDIR}')}"
46 def custom_configs(workdir):
/openbmc/linux/include/linux/platform_data/
H A Demif_plat.h120 struct emif_custom_configs *custom_configs; member