Lines Matching refs:byMIItemp
744 char byMIItemp; in ReadMII() local
756 byMIItemp = inb (byMIICR); in ReadMII()
757 byMIItemp = byMIItemp & 0x40; in ReadMII()
759 while (byMIItemp != 0) in ReadMII()
761 byMIItemp = inb (byMIICR); in ReadMII()
762 byMIItemp = byMIItemp & 0x40; in ReadMII()
783 char byMIItemp; in WriteMII() local
796 byMIItemp = inb (byMIICR); in WriteMII()
797 byMIItemp = byMIItemp & 0x40; in WriteMII()
799 while (byMIItemp != 0) in WriteMII()
801 byMIItemp = inb (byMIICR); in WriteMII()
802 byMIItemp = byMIItemp & 0x40; in WriteMII()
825 byMIItemp = inb (byMIICR); in WriteMII()
826 byMIItemp = byMIItemp & 0x20; in WriteMII()
828 while (byMIItemp != 0) in WriteMII()
830 byMIItemp = inb (byMIICR); in WriteMII()
831 byMIItemp = byMIItemp & 0x20; in WriteMII()