Searched refs:custom_configs (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/memory/ |
H A D | emif.c | 336 const struct emif_custom_configs *custom_configs, bool cs1_used, in get_temp_alert_config() 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 in handle_temp_alert() 335 get_temp_alert_config(const struct lpddr2_addressing *addressing, const struct emif_custom_configs *custom_configs, bool cs1_used, u32 sdram_io_width, u32 emif_bus_width) get_temp_alert_config() argument [all...] |
/kernel/linux/linux-5.10/drivers/memory/ |
H A D | emif.c | 558 const struct emif_custom_configs *custom_configs, bool cs1_used, in get_temp_alert_config() 563 if (custom_configs && (custom_configs->mask & in get_temp_alert_config() 565 interval = custom_configs->temp_alert_poll_interval_ms; in get_temp_alert_config() 713 struct emif_custom_configs *cust_cfgs = emif->plat_data->custom_configs; in get_pwr_mgmt_ctrl() 913 struct emif_custom_configs *custom_configs; in handle_temp_alert() local 926 custom_configs = emif->plat_data->custom_configs; in handle_temp_alert() 932 if (custom_configs && !(custom_configs in handle_temp_alert() 557 get_temp_alert_config(const struct lpddr2_addressing *addressing, const struct emif_custom_configs *custom_configs, bool cs1_used, u32 sdram_io_width, u32 emif_bus_width) get_temp_alert_config() argument [all...] |
/kernel/linux/linux-5.10/include/linux/platform_data/ |
H A D | emif_plat.h | 108 * @custom_configs: Custom configurations requested by SoC or board 120 struct emif_custom_configs *custom_configs; member
|
/kernel/linux/linux-6.6/include/linux/platform_data/ |
H A D | emif_plat.h | 108 * @custom_configs: Custom configurations requested by SoC or board 120 struct emif_custom_configs *custom_configs; member
|
Completed in 6 milliseconds