Home
last modified time | relevance | path

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

12345

/dports/emulators/qemu42/qemu-4.2.1/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()
/dports/emulators/qemu/qemu-6.2.0/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()
/dports/emulators/qemu5/qemu-5.2.0/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()
/dports/emulators/qemu60/qemu-6.0.0/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()
/dports/emulators/qemu-utils/qemu-4.2.1/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()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/nvram/
H A Deeprom93xx.c154 void eeprom93xx_write(eeprom_t *eeprom, int eecs, int eesk, int eedi) in eeprom93xx_write() argument
162 eecs, eesk, eedi, eedo, tick); in eeprom93xx_write()
200 if (eedi == 0) { in eeprom93xx_write()
210 if (eedi != 0) { in eeprom93xx_write()
220 if (eedi) { in eeprom93xx_write()
226 address = ((address << 1) | eedi); in eeprom93xx_write()
265 eeprom->data += eedi; in eeprom93xx_write()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/nvram/
H A Deeprom93xx.c155 void eeprom93xx_write(eeprom_t *eeprom, int eecs, int eesk, int eedi)
163 eecs, eesk, eedi, eedo, tick);
201 if (eedi == 0) {
211 if (eedi != 0) {
221 if (eedi) {
227 address = ((address << 1) | eedi);
266 eeprom->data += eedi;
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/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()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/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()
/dports/emulators/qemu42/qemu-4.2.1/include/hw/nvram/
H A Deeprom93xx.h35 void eeprom93xx_write(eeprom_t *eeprom, int eecs, int eesk, int eedi);
/dports/emulators/qemu/qemu-6.2.0/include/hw/nvram/
H A Deeprom93xx.h35 void eeprom93xx_write(eeprom_t *eeprom, int eecs, int eesk, int eedi);
/dports/emulators/qemu60/qemu-6.0.0/include/hw/nvram/
H A Deeprom93xx.h35 void eeprom93xx_write(eeprom_t *eeprom, int eecs, int eesk, int eedi);
/dports/emulators/qemu-utils/qemu-4.2.1/include/hw/nvram/
H A Deeprom93xx.h35 void eeprom93xx_write(eeprom_t *eeprom, int eecs, int eesk, int eedi);
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/hw/nvram/
H A Deeprom93xx.h35 void eeprom93xx_write(eeprom_t *eeprom, int eecs, int eesk, int eedi);
/dports/emulators/qemu5/qemu-5.2.0/include/hw/nvram/
H A Deeprom93xx.h35 void eeprom93xx_write(eeprom_t *eeprom, int eecs, int eesk, int eedi);
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/hw/nvram/
H A Deeprom93xx.h35 void eeprom93xx_write(eeprom_t *eeprom, int eecs, int eesk, int eedi);
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/hw/nvram/
H A Deeprom93xx.h35 void eeprom93xx_write(eeprom_t *eeprom, int eecs, int eesk, int eedi);
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/hw/nvram/
H A Deeprom93xx.h35 void eeprom93xx_write(eeprom_t *eeprom, int eecs, int eesk, int eedi);
/dports/emulators/qemu42/qemu-4.2.1/hw/net/
H A Drtl8139.c409 uint8_t eedi; member
571 int bit = eeprom->eedi?1:0; in prom9346_shift_clock()
575 DPRINTF("eeprom: tick %d eedi=%d eedo=%d\n", eeprom->tick, eeprom->eedi, in prom9346_shift_clock()
671 static void prom9346_set_wire(RTL8139State *s, int eecs, int eesk, int eedi) in prom9346_set_wire() argument
679 eeprom->eedi = eedi; in prom9346_set_wire()
682 eeprom->eesk, eeprom->eedi, eeprom->eedo); in prom9346_set_wire()
1544 int eedi = (eeprom_val & 0x02)?1:0; in rtl8139_Cfg9346_write() local
1545 prom9346_set_wire(s, eecs, eesk, eedi); in rtl8139_Cfg9346_write()
3244 VMSTATE_UINT8(eeprom.eedi, RTL8139State),
/dports/emulators/qemu/qemu-6.2.0/hw/net/
H A Drtl8139.c409 uint8_t eedi; member
571 int bit = eeprom->eedi?1:0; in prom9346_shift_clock()
575 DPRINTF("eeprom: tick %d eedi=%d eedo=%d\n", eeprom->tick, eeprom->eedi, in prom9346_shift_clock()
671 static void prom9346_set_wire(RTL8139State *s, int eecs, int eesk, int eedi) in prom9346_set_wire() argument
679 eeprom->eedi = eedi; in prom9346_set_wire()
682 eeprom->eesk, eeprom->eedi, eeprom->eedo); in prom9346_set_wire()
1546 int eedi = (eeprom_val & 0x02)?1:0; in rtl8139_Cfg9346_write() local
1547 prom9346_set_wire(s, eecs, eesk, eedi); in rtl8139_Cfg9346_write()
3246 VMSTATE_UINT8(eeprom.eedi, RTL8139State),
/dports/emulators/qemu5/qemu-5.2.0/hw/net/
H A Drtl8139.c409 uint8_t eedi; member
571 int bit = eeprom->eedi?1:0; in prom9346_shift_clock()
575 DPRINTF("eeprom: tick %d eedi=%d eedo=%d\n", eeprom->tick, eeprom->eedi, in prom9346_shift_clock()
671 static void prom9346_set_wire(RTL8139State *s, int eecs, int eesk, int eedi) in prom9346_set_wire() argument
679 eeprom->eedi = eedi; in prom9346_set_wire()
682 eeprom->eesk, eeprom->eedi, eeprom->eedo); in prom9346_set_wire()
1546 int eedi = (eeprom_val & 0x02)?1:0; in rtl8139_Cfg9346_write() local
1547 prom9346_set_wire(s, eecs, eesk, eedi); in rtl8139_Cfg9346_write()
3246 VMSTATE_UINT8(eeprom.eedi, RTL8139State),
/dports/emulators/qemu60/qemu-6.0.0/hw/net/
H A Drtl8139.c409 uint8_t eedi; member
571 int bit = eeprom->eedi?1:0; in prom9346_shift_clock()
575 DPRINTF("eeprom: tick %d eedi=%d eedo=%d\n", eeprom->tick, eeprom->eedi, in prom9346_shift_clock()
671 static void prom9346_set_wire(RTL8139State *s, int eecs, int eesk, int eedi) in prom9346_set_wire() argument
679 eeprom->eedi = eedi; in prom9346_set_wire()
682 eeprom->eesk, eeprom->eedi, eeprom->eedo); in prom9346_set_wire()
1546 int eedi = (eeprom_val & 0x02)?1:0; in rtl8139_Cfg9346_write() local
1547 prom9346_set_wire(s, eecs, eesk, eedi); in rtl8139_Cfg9346_write()
3246 VMSTATE_UINT8(eeprom.eedi, RTL8139State),
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/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()
1541 int eedi = (eeprom_val & 0x02)?1:0; in rtl8139_Cfg9346_write() local
1542 prom9346_set_wire(s, eecs, eesk, eedi); in rtl8139_Cfg9346_write()
3241 VMSTATE_UINT8(eeprom.eedi, RTL8139State),
/dports/emulators/qemu-utils/qemu-4.2.1/hw/net/
H A Drtl8139.c409 uint8_t eedi; member
571 int bit = eeprom->eedi?1:0; in prom9346_shift_clock()
575 DPRINTF("eeprom: tick %d eedi=%d eedo=%d\n", eeprom->tick, eeprom->eedi, in prom9346_shift_clock()
671 static void prom9346_set_wire(RTL8139State *s, int eecs, int eesk, int eedi) in prom9346_set_wire() argument
679 eeprom->eedi = eedi; in prom9346_set_wire()
682 eeprom->eesk, eeprom->eedi, eeprom->eedo); in prom9346_set_wire()
1544 int eedi = (eeprom_val & 0x02)?1:0; in rtl8139_Cfg9346_write() local
1545 prom9346_set_wire(s, eecs, eesk, eedi); in rtl8139_Cfg9346_write()
3244 VMSTATE_UINT8(eeprom.eedi, RTL8139State),
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/net/
H A Drtl8139.c409 uint8_t eedi; member
571 int bit = eeprom->eedi?1:0; in prom9346_shift_clock()
575 DPRINTF("eeprom: tick %d eedi=%d eedo=%d\n", eeprom->tick, eeprom->eedi, in prom9346_shift_clock()
671 static void prom9346_set_wire(RTL8139State *s, int eecs, int eesk, int eedi) in prom9346_set_wire() argument
679 eeprom->eedi = eedi; in prom9346_set_wire()
682 eeprom->eesk, eeprom->eedi, eeprom->eedo); in prom9346_set_wire()
1546 int eedi = (eeprom_val & 0x02)?1:0; in rtl8139_Cfg9346_write() local
1547 prom9346_set_wire(s, eecs, eesk, eedi); in rtl8139_Cfg9346_write()
3246 VMSTATE_UINT8(eeprom.eedi, RTL8139State),

12345