Searched refs:byMIItemp (Results 1 – 1 of 1) sorted by relevance
786 char byMIItemp; in ReadMII() local799 byMIItemp = inb (byMIICR); in ReadMII()800 byMIItemp = byMIItemp & 0x40; in ReadMII()803 while (byMIItemp != 0 && ct + 2*1000 < currticks()) in ReadMII()805 byMIItemp = inb (byMIICR); in ReadMII()806 byMIItemp = byMIItemp & 0x40; in ReadMII()827 char byMIItemp; in WriteMII() local841 byMIItemp = inb (byMIICR); in WriteMII()842 byMIItemp = byMIItemp & 0x40; in WriteMII()845 while (byMIItemp != 0 && ct + 2*1000 < currticks()) in WriteMII()[all …]