• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/

Lines Matching refs:DATAPORT

904 		status = inw(ioaddr + DATAPORT);
908 rfd_cmd = inw(ioaddr + DATAPORT);
909 rx_next = inw(ioaddr + DATAPORT);
910 pbuf = inw(ioaddr + DATAPORT);
913 pkt_len = inw(ioaddr + DATAPORT);
960 insw(ioaddr+DATAPORT, skb_put(skb,pkt_len),(pkt_len+1)>>1);
968 outw(0, ioaddr+DATAPORT);
969 outw(0, ioaddr+DATAPORT);
1001 outw(0x0000, ioaddr + DATAPORT);
1002 outw(Cmd_INT|Cmd_Xmit, ioaddr + DATAPORT);
1003 outw(lp->tx_head+0x08, ioaddr + DATAPORT);
1004 outw(lp->tx_head+0x0e, ioaddr + DATAPORT);
1006 outw(0x0000, ioaddr + DATAPORT);
1007 outw(0x0000, ioaddr + DATAPORT);
1008 outw(lp->tx_head+0x08, ioaddr + DATAPORT);
1010 outw(0x8000|len, ioaddr + DATAPORT);
1011 outw(-1, ioaddr + DATAPORT);
1012 outw(lp->tx_head+0x16, ioaddr + DATAPORT);
1013 outw(0, ioaddr + DATAPORT);
1015 outsw(ioaddr + DATAPORT, buf, (len+1)>>1);
1018 outw(lp->tx_head, ioaddr + DATAPORT);
1120 outw(0, dev->base_addr + DATAPORT);
1125 if (inw(dev->base_addr+DATAPORT))
1128 outw(memory_size | 0x5000, dev->base_addr+DATAPORT);
1130 if (inw(dev->base_addr+DATAPORT) != (memory_size | 0x5000))
1351 outw(0x0000, ioaddr + DATAPORT);
1352 outw(Cmd_INT|Cmd_Xmit, ioaddr + DATAPORT);
1353 outw(tx_block+0x08, ioaddr + DATAPORT);
1354 outw(tx_block+0x0e, ioaddr + DATAPORT);
1356 outw(0x0000, ioaddr + DATAPORT);
1357 outw(0x0000, ioaddr + DATAPORT);
1358 outw(tx_block+0x08, ioaddr + DATAPORT);
1360 outw(0x8000, ioaddr + DATAPORT);
1361 outw(-1, ioaddr + DATAPORT);
1362 outw(tx_block+0x16, ioaddr + DATAPORT);
1363 outw(0x0000, ioaddr + DATAPORT);
1396 outw(0, ioaddr + DATAPORT); outw(0, ioaddr+DATAPORT);
1397 outw(rx_block + RX_BUF_SIZE, ioaddr+DATAPORT);
1398 outw(0xffff, ioaddr+DATAPORT);
1400 outw(0x0000, ioaddr+DATAPORT);
1401 outw(0xdead, ioaddr+DATAPORT);
1402 outw(0xdead, ioaddr+DATAPORT);
1403 outw(0xdead, ioaddr+DATAPORT);
1404 outw(0xdead, ioaddr+DATAPORT);
1405 outw(0xdead, ioaddr+DATAPORT);
1406 outw(0xdead, ioaddr+DATAPORT);
1408 outw(0x0000, ioaddr+DATAPORT);
1409 outw(rx_block + RX_BUF_SIZE + 0x16, ioaddr+DATAPORT);
1410 outw(rx_block + 0x20, ioaddr+DATAPORT);
1411 outw(0, ioaddr+DATAPORT);
1412 outw(RX_BUF_SIZE-0x20, ioaddr+DATAPORT);
1422 outw(lp->rx_first + 0x16, ioaddr+DATAPORT);
1426 outw(lp->rx_first, ioaddr+DATAPORT);
1430 outw(lp->rx_first + 0x16, ioaddr+DATAPORT);