Searched refs:EECtrl (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/net/ |
D | sundance.c | 356 EECtrl = 0x36, enumerator 755 writew(0x0200 | (location & 0xff), ioaddr + EECtrl); in eeprom_read() 757 eeprom_delay(ioaddr + EECtrl); in eeprom_read() 758 if (! (readw(ioaddr + EECtrl) & 0x8000)) { in eeprom_read()
|
D | winbond-840.c | 295 RxMissed=0x20, EECtrl=0x24, MIICtrl=0x24, BootRom=0x28, GPTimer=0x2C, enumerator 564 long ee_addr = addr + EECtrl; in eeprom_read()
|
D | yellowfin.c | 314 EEStatus=0xF0, EECtrl=0xF1, EEAddr=0xF2, EERead=0xF3, EEWrite=0xF4, enumerator 583 outb(0x30 | ((location >> 8) & 7), ioaddr + EECtrl); in read_eeprom()
|
D | natsemi.c | 385 EECtrl = 0x08, enumerator 910 long ee_addr = addr + EECtrl; in eeprom_read()
|