Searched refs:byMIIIndex (Results 1 – 1 of 1) sorted by relevance
659 static int ReadMII (int byMIIIndex, int);715 int byMIIIndex; in QueryAuto() local721 byMIIIndex = 0x04; in QueryAuto()722 MIIReturn = ReadMII (byMIIIndex, ioaddr); in QueryAuto()725 byMIIIndex = 0x05; in QueryAuto()726 MIIReturn = ReadMII (byMIIIndex, ioaddr); in QueryAuto()739 ReadMII (int byMIIIndex, int ioaddr) in ReadMII() argument751 outb (byMIIIndex, byMIIAD); in ReadMII()