Home
last modified time | relevance | path

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

/qemu/include/hw/block/
H A Dflash.h25 MemoryRegion *pflash_cfi01_get_memory(PFlashCFI01 *fl);
/qemu/hw/i386/
H A Dpc_sysfw.c197 flash_mem = pflash_cfi01_get_memory(system_flash); in pc_system_flash_map()
/qemu/hw/loongarch/
H A Dvirt-fdt-build.c198 flash_mem = pflash_cfi01_get_memory(lvms->flash[0]); in fdt_add_flash_node()
202 flash_mem = pflash_cfi01_get_memory(lvms->flash[1]); in fdt_add_flash_node()
H A Dvirt-acpi-build.c412 flash_mem = pflash_cfi01_get_memory(lvms->flash[0]); in build_flash_aml()
416 flash_mem = pflash_cfi01_get_memory(lvms->flash[1]); in build_flash_aml()
/qemu/hw/xtensa/
H A Dxtfpga.c452 MemoryRegion *flash_mr = pflash_cfi01_get_memory(flash); in xtfpga_init()
/qemu/hw/block/
H A Dpflash_cfi01.c995 MemoryRegion *pflash_cfi01_get_memory(PFlashCFI01 *fl) in pflash_cfi01_get_memory() function
/qemu/hw/mips/
H A Dmalta.c1145 bios = pflash_cfi01_get_memory(fl); in mips_malta_init()
/qemu/hw/ppc/
H A De500.c1159 pflash_cfi01_get_memory(PFLASH_CFI01(dev))); in ppce500_init()