Home
last modified time | relevance | path

Searched defs:Flash (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/hw/block/
H A Dm25p80.c479 struct Flash { struct
480 SSIPeripheral parent_obj;
482 BlockBackend *blk;
484 uint8_t *storage;
485 uint32_t size;
486 int page_size;
488 uint8_t state;
489 uint8_t data[M25P80_INTERNAL_DATA_BUFFER_SZ];
490 uint32_t len;
491 uint32_t pos;
[all …]
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dflash.hpp18 class Flash class
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dprocessor.hpp52 Flash, enumerator
/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/
H A Duser-guide.rst263 Flash section in Build, Flash and Run
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DProcessor.v1_20_1.json1393 "Flash": "Flash memory.", string
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DProcessor.v1_20_1.json1393 "Flash": "Flash memory.", string
/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc_intf.h2973 typedef struct _Flash Flash; typedef
H A Dopenbmc_intf.c23092 G_DEFINE_INTERFACE (Flash, flash, G_TYPE_OBJECT) in G_DEFINE_INTERFACE() argument