Searched refs:RxStatus (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Ddm9000.c882 u16 RxStatus; member in struct:dm9000_rxhdr
935 if (rxhdr.RxStatus & 0xbf00) {
937 if (rxhdr.RxStatus & 0x100) {
941 if (rxhdr.RxStatus & 0x200) {
945 if (rxhdr.RxStatus & 0x8000) {
H A Dsaa9730.h291 volatile unsigned int RxStatus; /* 0x20454 */ member in struct:lan_saa9730_regmap
H A Dsundance.c300 RxStatus = 0x0c, enumerator in enum:alta_offsets
843 dev->name, ioread32(ioaddr + RxStatus), ioread8(ioaddr + TxStatus),
899 ioread8(ioaddr + TxStatus), ioread32(ioaddr + RxStatus));
1656 ioread32(ioaddr + RxStatus), ioread16(ioaddr + IntrStatus));
H A D3c515.c218 RxStatus = 0x18, Timer = 0x1A, TxStatus = 0x1B, enumerator in enum:Window1
1267 inw(ioaddr + EL3_STATUS), inw(ioaddr + RxStatus));
1268 while ((rx_status = inw(ioaddr + RxStatus)) > 0) {
1333 inw(ioaddr + EL3_STATUS), inw(ioaddr + RxStatus));
H A Dhamachi.c436 RxDMACtrl=0x20, RxCmd=0x24, RxStatus=0x26, RxPtr=0x28, RxCurPtr=0x30, enumerator in enum:hamachi_offsets
997 dev->name, readw(ioaddr + RxStatus), readw(ioaddr + TxStatus));
1679 if (readw(hmp->base + RxStatus) & 0x0002)
1733 readw(ioaddr + RxStatus), readl(ioaddr + IntrStatus));
H A Dyellowfin.c251 RxCtrl=0x40, RxStatus=0x44, RxPtr=0x4C, enumerator in enum:yellowfin_offsets
695 ioread32(ioaddr + TxStatus), ioread32(ioaddr + RxStatus));
1206 ioread16(ioaddr + RxStatus),
H A Dsaa9730.c147 printk("lp->lan_saa9730_regs->RxStatus = %x\n",
148 readl(&lp->lan_saa9730_regs->RxStatus));
H A D3c59x.c466 RxStatus = 0x18, Timer=0x1A, TxStatus = 0x1B, enumerator in enum:Window1
2374 ioread16(ioaddr+EL3_STATUS), ioread16(ioaddr+RxStatus));
2375 while ((rx_status = ioread16(ioaddr + RxStatus)) > 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/pcmcia/
H A D3c574_cs.c182 RxStatus = 0x18, Timer=0x1A, TxStatus = 0x1B, enumerator in enum:Window1
518 inw(ioaddr+RxStatus), inb(ioaddr+TxStatus),
1036 dev->name, inw(ioaddr+EL3_STATUS), inw(ioaddr+RxStatus));
1037 while (!((rx_status = inw(ioaddr + RxStatus)) & 0x8000) &&

Completed in 89 milliseconds