Home
last modified time | relevance | path

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

/openbmc/qemu/hw/xtensa/
H A Dxtfpga.c449 MemoryRegion *flash_io = g_malloc(sizeof(*flash_io)); in xtfpga_init() local
456 memory_region_init_alias(flash_io, NULL, "xtfpga.flash", in xtfpga_init()
460 flash_io); in xtfpga_init()
/openbmc/u-boot/tools/env/
H A Dfw_env.c350 static int flash_io(int mode);
517 if (flash_io(O_RDWR)) { in fw_env_flush()
1352 static int flash_io(int mode) in flash_io() function
1430 if (flash_io(O_RDONLY)) { in fw_env_open()
1464 if (flash_io(O_RDONLY)) { in fw_env_open()