Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dhamachi.c457 EECmdStatus=0x0F0, EEData=0x0F1, EEAddr=0x0F2, enumerator
803 while ((readb(ioaddr + EECmdStatus) & 0x40) && --bogus_cnt > 0); in read_eeprom()
805 writeb(0x02, ioaddr + EECmdStatus); in read_eeprom()
807 while ((readb(ioaddr + EECmdStatus) & 0x40) && --bogus_cnt > 0); in read_eeprom()
810 (int)readb(ioaddr + EECmdStatus), 1000- bogus_cnt); in read_eeprom()