Searched refs:eeprom93xx_write (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/include/hw/nvram/ |
H A D | eeprom93xx.h | 35 void eeprom93xx_write(eeprom_t *eeprom, int eecs, int eesk, int eedi);
|
/openbmc/qemu/hw/scsi/ |
H A D | esp-pci.c | 510 eeprom93xx_write(pci->eeprom, 1, eesk, eedi); in dc390_write_config() 513 eeprom93xx_write(pci->eeprom, 0, 0, 0); in dc390_write_config()
|
/openbmc/qemu/hw/nvram/ |
H A D | eeprom93xx.c | 155 void eeprom93xx_write(eeprom_t *eeprom, int eecs, int eesk, int eedi) in eeprom93xx_write() function
|
/openbmc/qemu/hw/net/ |
H A D | tulip.c | 715 eeprom93xx_write(s->eeprom, in tulip_csr9_write()
|
H A D | eepro100.c | 1114 eeprom93xx_write(eeprom, eecs, eesk, eedi); in eepro100_write_eeprom()
|