Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i2c/
H A Dsmbus_eeprom.c42 #define SMBUS_EEPROM_SIZE 256 macro
46 uint8_t data[SMBUS_EEPROM_SIZE];
83 eeprom->offset = (eeprom->offset + 1) % SMBUS_EEPROM_SIZE; in eeprom_write_data()
105 VMSTATE_UINT8_ARRAY(data, SMBusEEPROMDevice, SMBUS_EEPROM_SIZE),
126 memcpy(eeprom->data, eeprom->init_data, SMBUS_EEPROM_SIZE); in smbus_eeprom_reset()
186 uint8_t *eeprom_buf = g_malloc0(8 * SMBUS_EEPROM_SIZE); in smbus_eeprom_init()
193 eeprom_buf + (i * SMBUS_EEPROM_SIZE)); in smbus_eeprom_init()