Searched refs:cs0_dev_details (Results 1 – 1 of 1) sorted by relevance
865 struct lpddr2_device_details cs0_dev_details, cs1_dev_details; in get_emif_mem_size() local870 &cs0_dev_details); in get_emif_mem_size()914 const struct lpddr2_device_details *cs0_dev_details = in emif_calculate_regs() local928 emif_assert(cs0_dev_details); in emif_calculate_regs()929 emif_assert(cs0_dev_details->type != LPDDR2_TYPE_NVM); in emif_calculate_regs()936 (cs0_dev_details->type == cs1_dev_details->type)); in emif_calculate_regs()951 temp = addressing_table_index(cs0_dev_details->type, in emif_calculate_regs()952 cs0_dev_details->density, in emif_calculate_regs()953 cs0_dev_details->io_width); in emif_calculate_regs()961 regs->sdram_config_init = get_sdram_config_reg(cs0_dev_details, in emif_calculate_regs()[all …]