Lines Matching refs:cs0_dev_details
865 struct lpddr2_device_details cs0_dev_details, cs1_dev_details; in get_emif_mem_size() local
870 &cs0_dev_details); in get_emif_mem_size()
914 const struct lpddr2_device_details *cs0_dev_details = in emif_calculate_regs() local
928 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()
965 regs->sdram_config = get_sdram_config_reg(cs0_dev_details, in emif_calculate_regs()
1242 struct lpddr2_device_details cs0_dev_details, cs1_dev_details; in do_sdram_init() local
1245 &cs0_dev_details); in do_sdram_init()