Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dallwinner-r40-dramc.c104 static const struct VirtualDDRChip *get_match_ddr(uint32_t ram_size) in get_match_ddr() function
155 const struct VirtualDDRChip *ddr = get_match_ddr(s->ram_size); in allwinner_r40_dramc_map_rows()
334 const struct VirtualDDRChip *ddr = get_match_ddr(s->ram_size); in allwinner_r40_detect_read()
349 const struct VirtualDDRChip *ddr = get_match_ddr(s->ram_size); in allwinner_r40_detect_write()
418 if (!get_match_ddr(s->ram_size)) { in allwinner_r40_dramc_realize()