• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/

Lines Matching refs:DATAPORT

889 		status = inw(ioaddr + DATAPORT);
893 rfd_cmd = inw(ioaddr + DATAPORT);
894 rx_next = inw(ioaddr + DATAPORT);
895 pbuf = inw(ioaddr + DATAPORT);
898 pkt_len = inw(ioaddr + DATAPORT);
945 insw(ioaddr+DATAPORT, skb_put(skb,pkt_len),(pkt_len+1)>>1);
952 outw(0, ioaddr+DATAPORT);
953 outw(0, ioaddr+DATAPORT);
985 outw(0x0000, ioaddr + DATAPORT);
986 outw(Cmd_INT|Cmd_Xmit, ioaddr + DATAPORT);
987 outw(lp->tx_head+0x08, ioaddr + DATAPORT);
988 outw(lp->tx_head+0x0e, ioaddr + DATAPORT);
990 outw(0x0000, ioaddr + DATAPORT);
991 outw(0x0000, ioaddr + DATAPORT);
992 outw(lp->tx_head+0x08, ioaddr + DATAPORT);
994 outw(0x8000|len, ioaddr + DATAPORT);
995 outw(-1, ioaddr + DATAPORT);
996 outw(lp->tx_head+0x16, ioaddr + DATAPORT);
997 outw(0, ioaddr + DATAPORT);
999 outsw(ioaddr + DATAPORT, buf, (len+1)>>1);
1002 outw(lp->tx_head, ioaddr + DATAPORT);
1115 outw(0, dev->base_addr + DATAPORT);
1120 if (inw(dev->base_addr+DATAPORT))
1123 outw(memory_size | 0x5000, dev->base_addr+DATAPORT);
1125 if (inw(dev->base_addr+DATAPORT) != (memory_size | 0x5000))
1341 outw(0x0000, ioaddr + DATAPORT);
1342 outw(Cmd_INT|Cmd_Xmit, ioaddr + DATAPORT);
1343 outw(tx_block+0x08, ioaddr + DATAPORT);
1344 outw(tx_block+0x0e, ioaddr + DATAPORT);
1346 outw(0x0000, ioaddr + DATAPORT);
1347 outw(0x0000, ioaddr + DATAPORT);
1348 outw(tx_block+0x08, ioaddr + DATAPORT);
1350 outw(0x8000, ioaddr + DATAPORT);
1351 outw(-1, ioaddr + DATAPORT);
1352 outw(tx_block+0x16, ioaddr + DATAPORT);
1353 outw(0x0000, ioaddr + DATAPORT);
1386 outw(0, ioaddr + DATAPORT); outw(0, ioaddr+DATAPORT);
1387 outw(rx_block + RX_BUF_SIZE, ioaddr+DATAPORT);
1388 outw(0xffff, ioaddr+DATAPORT);
1390 outw(0x0000, ioaddr+DATAPORT);
1391 outw(0xdead, ioaddr+DATAPORT);
1392 outw(0xdead, ioaddr+DATAPORT);
1393 outw(0xdead, ioaddr+DATAPORT);
1394 outw(0xdead, ioaddr+DATAPORT);
1395 outw(0xdead, ioaddr+DATAPORT);
1396 outw(0xdead, ioaddr+DATAPORT);
1398 outw(0x0000, ioaddr+DATAPORT);
1399 outw(rx_block + RX_BUF_SIZE + 0x16, ioaddr+DATAPORT);
1400 outw(rx_block + 0x20, ioaddr+DATAPORT);
1401 outw(0, ioaddr+DATAPORT);
1402 outw(RX_BUF_SIZE-0x20, ioaddr+DATAPORT);
1412 outw(lp->rx_first + 0x16, ioaddr+DATAPORT);
1416 outw(lp->rx_first, ioaddr+DATAPORT);
1420 outw(lp->rx_first + 0x16, ioaddr+DATAPORT);