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.c336 flash_mem = pflash_cfi01_get_memory(lvms->flash[0]); in build_flash_aml()
340 flash_mem = pflash_cfi01_get_memory(lvms->flash[1]); in build_flash_aml()
H A Dvirt.c244 flash_mem = pflash_cfi01_get_memory(lvms->flash[0]); in fdt_add_flash_node()
248 flash_mem = pflash_cfi01_get_memory(lvms->flash[1]); in fdt_add_flash_node()
/openbmc/qemu/hw/xtensa/
H A Dxtfpga.c448 MemoryRegion *flash_mr = pflash_cfi01_get_memory(flash); in xtfpga_init()
/openbmc/qemu/hw/block/
H A Dpflash_cfi01.c1001 MemoryRegion *pflash_cfi01_get_memory(PFlashCFI01 *fl) in pflash_cfi01_get_memory() function
/openbmc/qemu/hw/mips/
H A Dmalta.c1150 bios = pflash_cfi01_get_memory(fl); in mips_malta_init()
/openbmc/qemu/hw/ppc/
H A De500.c1160 pflash_cfi01_get_memory(PFLASH_CFI01(dev))); in ppce500_init()