Searched refs:DATAPORT (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Deexpress.c904 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);
[all...]
H A Deth16i.c287 #define DATAPORT BUFFER_MEM_PORT_LB macro
759 outw(l, ioaddr + DATAPORT);
760 outsw(ioaddr + DATAPORT, (unsigned short *)b, (l + 1) >> 1);
1048 outw(length, ioaddr + DATAPORT);
1051 outsw(ioaddr + DATAPORT, buf, (length + 1) >> 1);
1054 outsl(ioaddr + DATAPORT, buf, length >> 2);
1056 outsw(ioaddr + DATAPORT, (buf + (length & 0xFFFC)), 1);
1058 outsw(ioaddr + DATAPORT,
1103 ushort status = inw(ioaddr + DATAPORT);
1106 ushort pkt_len = inw(ioaddr + DATAPORT);
[all...]
H A Dat1700.c136 #define DATAPORT 8 /* Word-wide DMA or programmed-I/O dataport. */ macro
574 inw(ioaddr + CONFIG_0), inw(ioaddr + DATAPORT), inw(ioaddr + TX_START),
616 outw (length, ioaddr + DATAPORT);
618 outsw (ioaddr + DATAPORT, buf, len >> 1);
621 outw(skb->data[skb->len-1], ioaddr + DATAPORT);
626 outsw(ioaddr + DATAPORT, pad, (length - len + 1) >> 1);
729 ushort status = inw(ioaddr + DATAPORT);
730 ushort pkt_len = inw(ioaddr + DATAPORT);
756 inw(ioaddr + DATAPORT); inw(ioaddr + DATAPORT);
[all...]
H A D3c501.h53 #define DATAPORT (ioaddr + 0x0F) macro
H A Deexpress.h10 #define DATAPORT 0x0000 macro
H A D3c501.c469 outsb(DATAPORT,buf,len); /* load buffer (usual thing each byte increments the pointer) */
472 outb(0, DATAPORT);
739 insb(DATAPORT, skb_put(skb,pkt_len), pkt_len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Duart6850.c17 #define DATAPORT (uart6850_base) macro
36 return inb(DATAPORT);
41 outb(byte, DATAPORT);
H A Duart401.c46 #define DATAPORT (devc->base) macro
65 return inb(DATAPORT);
70 outb((byte), DATAPORT);
H A Dmpu401.c76 #define DATAPORT(base) (base) macro
98 return inb(DATAPORT(devc->base));
103 outb(byte, DATAPORT(devc->base));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/pcmcia/
H A Dfmvj18x_cs.c148 #define DATAPORT 8 /* buffer mem port registers (bank 2) */ macro
838 outw(length, ioaddr + DATAPORT);
839 outsw(ioaddr + DATAPORT, buf, (length + 1) >> 1);
935 inw(ioaddr + DATAPORT);
936 inw(ioaddr + DATAPORT);
966 u_short status = inw(ioaddr + DATAPORT);
983 u_short pkt_len = inw(ioaddr + DATAPORT);
1004 insw(ioaddr + DATAPORT, skb_put(skb, pkt_len),
1037 (void)inw(ioaddr + DATAPORT); /+ dummy status read +/
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Daha152x.h39 #define DATAPORT (HOSTIOPORT1+0x16) /* DATA port */ macro
H A Daha152x.c2202 *CURRENT_SC->SCp.ptr++ = GETPORT(DATAPORT);
2211 insw(DATAPORT, CURRENT_SC->SCp.ptr, data_count);
2230 data=GETPORT(DATAPORT);
2313 SETPORT(DATAPORT, *CURRENT_SC->SCp.ptr++);
2321 outsw(DATAPORT, CURRENT_SC->SCp.ptr, data_count);

Completed in 84 milliseconds