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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Depic100.c439 #define EE_CS 0x02 /* EEPROM chip select. */ macro
444 #define EE_ENB (0x0001 | EE_CS)
460 outl(EE_ENB & ~EE_CS, eectl);
484 outl(EE_ENB & ~EE_CS, eectl);
H A Drtl8139.c237 #define EE_CS 0x08 /* EEPROM chip select. */ macro
242 #define EE_ENB (0x80 | EE_CS)
263 outb(EE_ENB & ~EE_CS, ee_addr);
287 outb(~EE_CS, ee_addr);
H A Ddavicom.c82 #define EE_CS 0x01 /* EEPROM chip select. */ macro
87 #define EE_ENB (0x4800 | EE_CS)
402 outl(EE_ENB & ~EE_CS, ee_addr);
424 outl(EE_ENB & ~EE_CS, ee_addr);
H A Deepro100.c143 #define EE_CS 0x02 /* EEPROM chip select. */ macro
148 #define EE_ENB (0x4800 | EE_CS)
351 outw(EE_ENB & ~EE_CS, ee_addr);
H A Dtulip.c351 #define EE_CS 0x01 /* EEPROM chip select. */ macro
356 #define EE_ENB (0x4800 | EE_CS)
701 outl(EE_ENB & ~EE_CS, ee_addr);
723 outl(EE_ENB & ~EE_CS, ee_addr);

Completed in 420 milliseconds