Home
last modified time | relevance | path

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

/linux-6.15/drivers/memory/
H A Demif.c373 if (cust_cfgs && (cust_cfgs->mask & EMIF_CUSTOM_CONFIG_LPMODE)) { in get_pwr_mgmt_ctrl()
374 lpmode = cust_cfgs->lpmode; in get_pwr_mgmt_ctrl()
816 cust_cfgs->lpmode_timeout_power; in is_custom_config_valid()
838 cust_cfgs = devm_kzalloc(emif->dev, sizeof(*cust_cfgs), in of_get_custom_configs()
841 if (!cust_cfgs) in of_get_custom_configs()
852 &cust_cfgs->lpmode_timeout_power); in of_get_custom_configs()
859 cust_cfgs->mask |= in of_get_custom_configs()
869 devm_kfree(emif->dev, cust_cfgs); in of_get_custom_configs()
1038 cust_cfgs = pd->custom_configs; in get_device_details()
1039 if (cust_cfgs && is_custom_config_valid(cust_cfgs, dev)) { in get_device_details()
[all …]