Home
last modified time | relevance | path

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

/openbmc/linux/drivers/memory/
H A Demif.c382 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()
826 cust_cfgs->lpmode_timeout_power; in is_custom_config_valid()
849 cust_cfgs = devm_kzalloc(emif->dev, sizeof(*cust_cfgs), in of_get_custom_configs()
852 if (!cust_cfgs) in of_get_custom_configs()
863 &cust_cfgs->lpmode_timeout_power); in of_get_custom_configs()
870 cust_cfgs->mask |= in of_get_custom_configs()
880 devm_kfree(emif->dev, cust_cfgs); in of_get_custom_configs()
1063 cust_cfgs = pd->custom_configs; in get_device_details()
1064 if (cust_cfgs && is_custom_config_valid(cust_cfgs, dev)) { in get_device_details()
[all …]