Home
last modified time | relevance | path

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

/openbmc/qemu/hw/nvram/
H A Deeprom93xx.c86 uint8_t addrbits; member
144 VMSTATE_UINT8(addrbits, eeprom_t),
174 uint8_t subcommand = address >> (eeprom->addrbits - 2); in eeprom93xx_write()
183 } else if (tick >= 2 + 2 + eeprom->addrbits + 16) { in eeprom93xx_write()
224 } else if (tick < 2 + 2 + eeprom->addrbits) { in eeprom93xx_write()
228 if (tick == 2 + 2 + eeprom->addrbits) { in eeprom93xx_write()
237 switch (address >> (eeprom->addrbits - 2)) { in eeprom93xx_write()
258 } else if (tick < 2 + 2 + eeprom->addrbits + 16) { in eeprom93xx_write()
301 uint8_t addrbits; in eeprom93xx_new() local
306 addrbits = 6; in eeprom93xx_new()
[all …]