Home
last modified time | relevance | path

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

/external/grub/netboot/
Depic100.c415 #define EE_CS 0x02 /* EEPROM chip select. */ macro
420 #define EE_ENB (0x0001 | EE_CS)
436 outl(EE_ENB & ~EE_CS, eectl); in read_eeprom()
460 outl(EE_ENB & ~EE_CS, eectl); in read_eeprom()
Drtl8139.c232 #define EE_CS 0x08 /* EEPROM chip select. */ macro
237 #define EE_ENB (0x80 | EE_CS)
258 outb(EE_ENB & ~EE_CS, ee_addr); in read_eeprom()
281 outb(~EE_CS, ee_addr); in read_eeprom()
Ddavicom.c84 #define EE_CS 0x01 /* EEPROM chip select. */ macro
89 #define EE_ENB (0x4800 | EE_CS)
411 outl(EE_ENB & ~EE_CS, ee_addr); in read_eeprom()
433 outl(EE_ENB & ~EE_CS, ee_addr); in read_eeprom()
Deepro100.c135 #define EE_CS 0x02 /* EEPROM chip select. */ macro
140 #define EE_ENB (0x4800 | EE_CS)
339 outw(EE_ENB & ~EE_CS, ee_addr); in do_eeprom_cmd()
Dtulip.c339 #define EE_CS 0x01 /* EEPROM chip select. */ macro
344 #define EE_ENB (0x4800 | EE_CS)
704 outl(EE_ENB & ~EE_CS, ee_addr); in read_eeprom()
726 outl(EE_ENB & ~EE_CS, ee_addr); in read_eeprom()