Searched refs:EE_CS (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Deepro100.h90 #define EE_CS 0x02 /* EEPROM chip select. */ macro
93 #define EE_ENB ( 0x4800 | EE_CS )
H A Depic100.c444 #define EE_CS 0x02 /* EEPROM chip select. */ macro
449 #define EE_ENB (0x0001 | EE_CS)
465 outl(EE_ENB & ~EE_CS, eectl);
489 outl(EE_ENB & ~EE_CS, eectl);
H A Ddavicom.c77 #define EE_CS 0x01 /* EEPROM chip select. */
82 #define EE_ENB (0x4800 | EE_CS)
390 outl(EE_ENB & ~EE_CS, ee_addr);
412 outl(EE_ENB & ~EE_CS, ee_addr);
76 #define EE_CS macro
H A Dtulip.c353 #define EE_CS 0x01 /* EEPROM chip select. */
358 #define EE_ENB (0x4800 | EE_CS)
690 outl(EE_ENB & ~EE_CS, ee_addr);
712 outl(EE_ENB & ~EE_CS, ee_addr);
352 #define EE_CS macro
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/UndiRuntimeDxe/
H A DE100b.c1743 #define EE_CS 0x02 /* EEPROM chip select. */ macro
1748 #define EE_ENB (0x4800 | EE_CS)
1991 OutByte (AdapterInfo, (UINT8) (Tmp | EE_CS), EEAddr);
2007 Tmp &= ~(EE_CS | EE_DI);
2072 OutByte (AdapterInfo, (UINT8) (Tmp | EE_CS), EEAddr);
2118 Tmp &= ~(EE_CS | EE_DI);

Completed in 223 milliseconds