Searched refs:byMIIIndex (Results 1 – 1 of 1) sorted by relevance
690 static int ReadMII (int byMIIIndex, int);757 int byMIIIndex; in QueryAuto() local763 byMIIIndex = 0x04; in QueryAuto()764 MIIReturn = ReadMII (byMIIIndex, ioaddr); in QueryAuto()767 byMIIIndex = 0x05; in QueryAuto()768 MIIReturn = ReadMII (byMIIIndex, ioaddr); in QueryAuto()781 ReadMII (int byMIIIndex, int ioaddr) in ReadMII() argument794 outb (byMIIIndex, byMIIAD); in ReadMII()