Home
last modified time | relevance | path

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

/openbmc/qemu/hw/nvram/
H A Deeprom_at24c.c33 typedef struct EEPROMState EEPROMState; typedef
37 struct EEPROMState { struct
38 I2CSlave parent_obj;
41 uint16_t cur;
43 uint32_t rsize;
68 EEPROMState *ee = AT24C_EE(s); in at24c_eeprom_event() argument