Home | History | Annotate | Download | only in net

Lines Matching refs:inw

299 			outw(inw(BASE + MACCtrl0) | EnbFullDuplex,
312 outw(inw(BASE + MACCtrl0) | duplex ? 0x20 : 0,
416 (int) inw(BASE + TxStatus), (int) inl(BASE + MACCtrl0),
417 (int) inw(BASE + MACCtrl1), (int) inw(BASE + MACCtrl0) );
429 intr_status = inw(nic->ioaddr + IntrStatus);
460 intr_status = inw(nic->ioaddr + IntrStatus);
732 outw(inw(BASE + MulticastFilter1 + 2) | 0x0200,
734 outw(inw(BASE + MACCtrl0) | EnbFlowCtrl, BASE + MACCtrl0);
755 if (!(inw(ioaddr + EECtrl) & 0x8000)) {
756 return inw(ioaddr + EEData);