Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/block/
H A Dflash.h25 MemoryRegion *pflash_cfi01_get_memory(PFlashCFI01 *fl);
/openbmc/qemu/hw/i386/
H A Dpc_sysfw.c196 flash_mem = pflash_cfi01_get_memory(system_flash); in pc_system_flash_map()
/openbmc/qemu/hw/loongarch/
H A Dacpi-build.c379 flash_mem = pflash_cfi01_get_memory(lvms->flash[0]); in build_flash_aml()
383 flash_mem = pflash_cfi01_get_memory(lvms->flash[1]); in build_flash_aml()
H A Dvirt.c245 flash_mem = pflash_cfi01_get_memory(lvms->flash[0]); in fdt_add_flash_node()
249 flash_mem = pflash_cfi01_get_memory(lvms->flash[1]); in fdt_add_flash_node()
/openbmc/qemu/hw/xtensa/
H A Dxtfpga.c450 MemoryRegion *flash_mr = pflash_cfi01_get_memory(flash); in xtfpga_init()
/openbmc/qemu/hw/block/
H A Dpflash_cfi01.c996 MemoryRegion *pflash_cfi01_get_memory(PFlashCFI01 *fl) in pflash_cfi01_get_memory() function
/openbmc/qemu/hw/mips/
H A Dmalta.c1153 bios = pflash_cfi01_get_memory(fl); in mips_malta_init()
/openbmc/qemu/hw/ppc/
H A De500.c1159 pflash_cfi01_get_memory(PFLASH_CFI01(dev))); in ppce500_init()