Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/nvram/
H A Deeprom93xx.h26 eeprom_t *eeprom93xx_new(DeviceState *dev, uint16_t nwords);
/openbmc/qemu/hw/nvram/
H A Deeprom93xx.c297 eeprom_t *eeprom93xx_new(DeviceState *dev, uint16_t nwords) in eeprom93xx_new() function
/openbmc/qemu/hw/scsi/
H A Desp-pci.c535 pci->eeprom = eeprom93xx_new(DEVICE(dev), 64); in dc390_scsi_realize()
/openbmc/qemu/hw/net/
H A Dtulip.c970 s->eeprom = eeprom93xx_new(&pci_dev->qdev, 64); in pci_tulip_realize()
H A Deepro100.c1857 s->eeprom = eeprom93xx_new(&pci_dev->qdev, EEPROM_SIZE); in e100_nic_realize()