Home
last modified time | relevance | path

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

/linux/drivers/memory/
H A Demif.c299 bool cs1_used, bool cal_resistors_per_cs) in get_zq_config_reg() argument
321 val = cs1_used ? 1 : 0; in get_zq_config_reg()
328 const struct emif_custom_configs *custom_configs, bool cs1_used, in get_temp_alert_config() argument
357 alert |= (cs1_used ? 1 : 0) << TA_CS1EN_SHIFT; in get_temp_alert_config()
466 if (emif->plat_data->device_info->cs1_used) { in get_temperature_level()
725 zq = get_zq_config_reg(addressing, device_info->cs1_used, in emif_onetime_settings()
736 emif->plat_data->custom_configs, device_info->cs1_used, in emif_onetime_settings()
883 dev_info->cs1_used = of_property_read_bool(np_emif, "cs1-used"); in of_get_ddr_info()
/linux/include/linux/platform_data/
H A Demif_plat.h59 u32 cs1_used; member