Home
last modified time | relevance | path

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

/qemu/hw/nvram/
H A Deeprom93xx.c155 void eeprom93xx_write(eeprom_t *eeprom, int eecs, int eesk, int eedi) in eeprom93xx_write()
/qemu/hw/scsi/
H A Desp-pci.c509 int eedi = val & 0x40 ? 1 : 0; in dc390_write_config() local
/qemu/hw/net/
H A Drtl8139.c406 uint8_t eedi; member
668 static void prom9346_set_wire(RTL8139State *s, int eecs, int eesk, int eedi) in prom9346_set_wire()
1531 int eedi = (eeprom_val & 0x02)?1:0; in rtl8139_Cfg9346_write() local
H A Deepro100.c1113 int eedi = ((val & EEPROM_DI) != 0); in eepro100_write_eeprom() local