Home
last modified time | relevance | path

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

/openbmc/qemu/hw/nvram/
H A Deeprom93xx.c155 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 Deeprom93xx.h35 void eeprom93xx_write(eeprom_t *eeprom, int eecs, int eesk, int eedi);
/openbmc/qemu/hw/net/
H A Drtl8139.c406 uint8_t eedi; member
568 int bit = eeprom->eedi?1:0; in prom9346_shift_clock()
572 DPRINTF("eeprom: tick %d eedi=%d eedo=%d\n", eeprom->tick, eeprom->eedi, in prom9346_shift_clock()
668 static void prom9346_set_wire(RTL8139State *s, int eecs, int eesk, int eedi) in prom9346_set_wire() argument
676 eeprom->eedi = eedi; in prom9346_set_wire()
679 eeprom->eesk, eeprom->eedi, eeprom->eedo); in prom9346_set_wire()
1531 int eedi = (eeprom_val & 0x02)?1:0; in rtl8139_Cfg9346_write() local
1532 prom9346_set_wire(s, eecs, eesk, eedi); in rtl8139_Cfg9346_write()
3238 VMSTATE_UINT8(eeprom.eedi, RTL8139State),
H A Deepro100.c1115 int eedi = ((val & EEPROM_DI) != 0); in eepro100_write_eeprom() local
1116 eeprom93xx_write(eeprom, eecs, eesk, eedi); in eepro100_write_eeprom()
/openbmc/qemu/hw/scsi/
H A Desp-pci.c509 int eedi = val & 0x40 ? 1 : 0; in dc390_write_config() local
510 eeprom93xx_write(pci->eeprom, 1, eesk, eedi); in dc390_write_config()
/openbmc/linux/drivers/net/ethernet/intel/
H A De100.c332 eedi = 0x04, enumerator
702 eecs | eedi : eecs; in e100_eeprom_write()
734 ctrl = (cmd_addr_data & (1 << i)) ? eecs | eedi : eecs; in e100_eeprom_read()