Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-omap2/
H A Demif-common.c865 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()
965 regs->sdram_config = get_sdram_config_reg(cs0_dev_details, in emif_calculate_regs()
[all …]