Searched refs:cs1_used (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/memory/ |
H A D | emif.c | 307 bool cs1_used, bool cal_resistors_per_cs) in get_zq_config_reg() 329 val = cs1_used ? 1 : 0; in get_zq_config_reg() 336 const struct emif_custom_configs *custom_configs, bool cs1_used, in get_temp_alert_config() 365 alert |= (cs1_used ? 1 : 0) << TA_CS1EN_SHIFT; in get_temp_alert_config() 474 if (emif->plat_data->device_info->cs1_used) { in get_temperature_level() 734 zq = get_zq_config_reg(addressing, device_info->cs1_used, in emif_onetime_settings() 745 emif->plat_data->custom_configs, device_info->cs1_used, in emif_onetime_settings() 895 dev_info->cs1_used = true; in of_get_ddr_info() 306 get_zq_config_reg(const struct lpddr2_addressing *addressing, bool cs1_used, bool cal_resistors_per_cs) get_zq_config_reg() argument 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
|
/kernel/linux/linux-5.10/include/linux/platform_data/ |
H A D | emif_plat.h | 49 * @cs1_used: Whether there is a DDR device attached to the second 59 u32 cs1_used; member
|
/kernel/linux/linux-6.6/include/linux/platform_data/ |
H A D | emif_plat.h | 49 * @cs1_used: Whether there is a DDR device attached to the second 59 u32 cs1_used; member
|
/kernel/linux/linux-5.10/drivers/memory/ |
H A D | emif.c | 529 bool cs1_used, bool cal_resistors_per_cs) in get_zq_config_reg() 551 val = cs1_used ? 1 : 0; in get_zq_config_reg() 558 const struct emif_custom_configs *custom_configs, bool cs1_used, in get_temp_alert_config() 587 alert |= (cs1_used ? 1 : 0) << TA_CS1EN_SHIFT; in get_temp_alert_config() 807 if (emif->plat_data->device_info->cs1_used) { in get_temperature_level() 1112 zq = get_zq_config_reg(addressing, device_info->cs1_used, in emif_onetime_settings() 1123 emif->plat_data->custom_configs, device_info->cs1_used, in emif_onetime_settings() 1273 dev_info->cs1_used = true; in of_get_ddr_info() 528 get_zq_config_reg(const struct lpddr2_addressing *addressing, bool cs1_used, bool cal_resistors_per_cs) get_zq_config_reg() argument 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
|
Completed in 5 milliseconds