Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dvia-rhine.c786 char byMIItemp; in ReadMII() local
799 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() local
841 byMIItemp = inb (byMIICR); in WriteMII()
842 byMIItemp = byMIItemp & 0x40; in WriteMII()
845 while (byMIItemp != 0 && ct + 2*1000 < currticks()) in WriteMII()
[all …]