Searched refs:eedi (Results 1 – 5 of 5) sorted by relevance
| /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() argument 163 eecs, eesk, eedi, eedo, tick); in eeprom93xx_write() 201 if (eedi == 0) { in eeprom93xx_write() 211 if (eedi != 0) { in eeprom93xx_write() 221 if (eedi) { in eeprom93xx_write() 227 address = ((address << 1) | eedi); in eeprom93xx_write() 266 eeprom->data += eedi; in eeprom93xx_write()
|
| /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/net/ |
| H A D | rtl8139.c | 407 uint8_t eedi; member 569 int bit = eeprom->eedi?1:0; in prom9346_shift_clock() 573 DPRINTF("eeprom: tick %d eedi=%d eedo=%d\n", eeprom->tick, eeprom->eedi, in prom9346_shift_clock() 669 static void prom9346_set_wire(RTL8139State *s, int eecs, int eesk, int eedi) in prom9346_set_wire() argument 677 eeprom->eedi = eedi; in prom9346_set_wire() 680 eeprom->eesk, eeprom->eedi, eeprom->eedo); in prom9346_set_wire() 1532 int eedi = (eeprom_val & 0x02)?1:0; in rtl8139_Cfg9346_write() local 1533 prom9346_set_wire(s, eecs, eesk, eedi); in rtl8139_Cfg9346_write() 3239 VMSTATE_UINT8(eeprom.eedi, RTL8139State),
|
| H A D | eepro100.c | 1113 int eedi = ((val & EEPROM_DI) != 0); in eepro100_write_eeprom() local 1114 eeprom93xx_write(eeprom, eecs, eesk, eedi); in eepro100_write_eeprom()
|
| /openbmc/qemu/hw/scsi/ |
| H A D | esp-pci.c | 509 int eedi = val & 0x40 ? 1 : 0; in dc390_write_config() local 510 eeprom93xx_write(pci->eeprom, 1, eesk, eedi); in dc390_write_config()
|