Home
last modified time | relevance | path

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); in read_eeprom()
484 outl(EE_ENB & ~EE_CS, eectl); in read_eeprom()
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); in read_eeprom()
287 outb(~EE_CS, ee_addr); in read_eeprom()
H A Ddavicom.c82 #define EE_CS 0x01 /* EEPROM chip select. */ macro
87 #define EE_ENB (0x4800 | EE_CS)
398 outl(EE_ENB & ~EE_CS, ee_addr); in read_eeprom()
420 outl(EE_ENB & ~EE_CS, ee_addr); in read_eeprom()
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); in do_eeprom_cmd()
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); in read_eeprom()
723 outl(EE_ENB & ~EE_CS, ee_addr); in read_eeprom()