Searched refs:nvm (Results 1 – 9 of 9) sorted by relevance
| /openbmc/qemu/hw/arm/ |
| H A D | nrf51_soc.c | 122 if (!object_property_set_uint(OBJECT(&s->nvm), "flash-size", in nrf51_soc_realize() 127 if (!sysbus_realize(SYS_BUS_DEVICE(&s->nvm), errp)) { in nrf51_soc_realize() 131 mr = sysbus_mmio_get_region(SYS_BUS_DEVICE(&s->nvm), 0); in nrf51_soc_realize() 133 mr = sysbus_mmio_get_region(SYS_BUS_DEVICE(&s->nvm), 1); in nrf51_soc_realize() 135 mr = sysbus_mmio_get_region(SYS_BUS_DEVICE(&s->nvm), 2); in nrf51_soc_realize() 137 mr = sysbus_mmio_get_region(SYS_BUS_DEVICE(&s->nvm), 3); in nrf51_soc_realize() 198 object_initialize_child(obj, "nvm", &s->nvm, TYPE_NRF51_NVM); in nrf51_soc_init()
|
| H A D | msf2-soc.c | 117 memory_region_init_rom(&s->nvm, OBJECT(dev_soc), "MSF2.eNVM", s->envm_size, in m2sxxx_soc_realize() 126 &s->nvm, 0, s->envm_size); in m2sxxx_soc_realize() 128 memory_region_add_subregion(system_memory, ENVM_BASE_ADDRESS, &s->nvm); in m2sxxx_soc_realize()
|
| /openbmc/qemu/docs/system/devices/ |
| H A D | nvme.rst | 34 -drive file=nvm.img,if=none,id=nvm 35 -device nvme,serial=deadbeef,drive=nvm 73 -drive file=nvm-1.img,if=none,id=nvm-1 74 -device nvme-ns,drive=nvm-1 75 -drive file=nvm-2.img,if=none,id=nvm-2 76 -device nvme-ns,drive=nvm-2 143 -drive file=nvm-1.img,if=none,id=nvm-1 144 -device nvme-ns,drive=nvm-1,nsid=1 145 -drive file=nvm-2.img,if=none,id=nvm-2 146 -device nvme-ns,drive=nvm-2,nsid=3,shared=off,detached=on [all …]
|
| /openbmc/qemu/include/hw/arm/ |
| H A D | msf2-soc.h | 68 MemoryRegion nvm; member
|
| H A D | nrf51_soc.h | 37 NRF51NVMState nvm; member
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/conf/machine/ |
| H A D | corstone1000-fvp.conf | 38 FVP_CONFIG[se.nvm.update_raw_image] ?= "0"
|
| /openbmc/qemu/hw/nvme/ |
| H A D | nvme.h | 608 uint32_t nvm[256]; member
|
| /openbmc/ |
| D | opengrok1.0.log | [all...] |
| D | opengrok2.0.log | [all...] |