Lines Matching refs:cs0_dev_details
779 struct lpddr2_device_details cs0_dev_details, cs1_dev_details; in get_emif_mem_size() local
784 &cs0_dev_details); in get_emif_mem_size()
828 const struct lpddr2_device_details *cs0_dev_details = in emif_calculate_regs() local
842 emif_assert(cs0_dev_details); in emif_calculate_regs()
843 emif_assert(cs0_dev_details->type != LPDDR2_TYPE_NVM); in emif_calculate_regs()
850 (cs0_dev_details->type == cs1_dev_details->type)); in emif_calculate_regs()
865 temp = addressing_table_index(cs0_dev_details->type, in emif_calculate_regs()
866 cs0_dev_details->density, in emif_calculate_regs()
867 cs0_dev_details->io_width); in emif_calculate_regs()
875 regs->sdram_config_init = get_sdram_config_reg(cs0_dev_details, in emif_calculate_regs()
879 regs->sdram_config = get_sdram_config_reg(cs0_dev_details, in emif_calculate_regs()
1156 struct lpddr2_device_details cs0_dev_details, cs1_dev_details; in do_sdram_init() local
1159 &cs0_dev_details); in do_sdram_init()