Home
last modified time | relevance | path

Searched refs:cust_cfgs (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/memory/
H A Demif.c380 struct emif_custom_configs *cust_cfgs = emif->plat_data->custom_configs; in get_pwr_mgmt_ctrl() local
382 if (cust_cfgs && (cust_cfgs->mask & EMIF_CUSTOM_CONFIG_LPMODE)) { in get_pwr_mgmt_ctrl()
383 lpmode = cust_cfgs->lpmode; in get_pwr_mgmt_ctrl()
384 timeout_perf = cust_cfgs->lpmode_timeout_performance; in get_pwr_mgmt_ctrl()
385 timeout_pwr = cust_cfgs->lpmode_timeout_power; in get_pwr_mgmt_ctrl()
386 freq_threshold = cust_cfgs->lpmode_freq_threshold; in get_pwr_mgmt_ctrl()
817 static int is_custom_config_valid(struct emif_custom_configs *cust_cfgs, in is_custom_config_valid() argument
822 if ((cust_cfgs->mask & EMIF_CUSTOM_CONFIG_LPMODE) && in is_custom_config_valid()
823 (cust_cfgs in is_custom_config_valid()
841 struct emif_custom_configs *cust_cfgs = NULL; of_get_custom_configs() local
1009 struct emif_custom_configs *cust_cfgs; get_device_details() local
[all...]
/kernel/linux/linux-5.10/drivers/memory/
H A Demif.c713 struct emif_custom_configs *cust_cfgs = emif->plat_data->custom_configs; in get_pwr_mgmt_ctrl() local
715 if (cust_cfgs && (cust_cfgs->mask & EMIF_CUSTOM_CONFIG_LPMODE)) { in get_pwr_mgmt_ctrl()
716 lpmode = cust_cfgs->lpmode; in get_pwr_mgmt_ctrl()
717 timeout_perf = cust_cfgs->lpmode_timeout_performance; in get_pwr_mgmt_ctrl()
718 timeout_pwr = cust_cfgs->lpmode_timeout_power; in get_pwr_mgmt_ctrl()
719 freq_threshold = cust_cfgs->lpmode_freq_threshold; in get_pwr_mgmt_ctrl()
1195 static int is_custom_config_valid(struct emif_custom_configs *cust_cfgs, in is_custom_config_valid() argument
1200 if ((cust_cfgs->mask & EMIF_CUSTOM_CONFIG_LPMODE) && in is_custom_config_valid()
1201 (cust_cfgs in is_custom_config_valid()
1219 struct emif_custom_configs *cust_cfgs = NULL; of_get_custom_configs() local
1387 struct emif_custom_configs *cust_cfgs; get_device_details() local
[all...]

Completed in 4 milliseconds