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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Deexpress.c889 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);
[all...]
H A Deth16i.c285 #define DATAPORT BUFFER_MEM_PORT_LB macro
757 outw(l, ioaddr + DATAPORT);
758 outsw(ioaddr + DATAPORT, (unsigned short *)b, (l + 1) >> 1);
1046 outw(length, ioaddr + DATAPORT);
1049 outsw(ioaddr + DATAPORT, buf, (length + 1) >> 1);
1052 outsl(ioaddr + DATAPORT, buf, length >> 2);
1054 outsw(ioaddr + DATAPORT, (buf + (length & 0xFFFC)), 1);
1056 outsw(ioaddr + DATAPORT,
1099 ushort status = inw(ioaddr + DATAPORT);
1102 ushort pkt_len = inw(ioaddr + DATAPORT);
[all...]
H A D3c501.h51 #define DATAPORT (ioaddr + 0x0F) macro
H A Dat1700.c134 #define DATAPORT 8 /* Word-wide DMA or programmed-I/O dataport. */ macro
574 inw(ioaddr + CONFIG_0), inw(ioaddr + DATAPORT), inw(ioaddr + TX_START),
617 outw (length, ioaddr + DATAPORT);
619 outsw (ioaddr + DATAPORT, buf, len >> 1);
622 outw(skb->data[skb->len-1], ioaddr + DATAPORT);
627 outsw(ioaddr + DATAPORT, pad, (length - len + 1) >> 1);
728 ushort status = inw(ioaddr + DATAPORT);
729 ushort pkt_len = inw(ioaddr + DATAPORT);
755 inw(ioaddr + DATAPORT); inw(ioaddr + DATAPORT);
[all...]
H A D3c501.c471 outsb(DATAPORT, buf, len);
474 outb(0, DATAPORT);
719 insb(DATAPORT, skb_put(skb, pkt_len), pkt_len);
H A Deexpress.h10 #define DATAPORT 0x0000 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Duart6850.c17 #define DATAPORT (uart6850_base) macro
36 return inb(DATAPORT);
41 outb(byte, DATAPORT);
H A Duart401.c47 #define DATAPORT (devc->base) macro
66 return inb(DATAPORT);
71 outb((byte), DATAPORT);
H A Dmpu401.c77 #define DATAPORT(base) (base) macro
99 return inb(DATAPORT(devc->base));
104 outb(byte, DATAPORT(devc->base));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/pcmcia/
H A Dfmvj18x_cs.c139 #define DATAPORT 8 /* buffer mem port registers (bank 2) */ macro
863 outw(length, ioaddr + DATAPORT);
864 outsw(ioaddr + DATAPORT, buf, (length + 1) >> 1);
959 inw(ioaddr + DATAPORT);
960 inw(ioaddr + DATAPORT);
989 u_short status = inw(ioaddr + DATAPORT);
1006 u_short pkt_len = inw(ioaddr + DATAPORT);
1027 insw(ioaddr + DATAPORT, skb_put(skb, pkt_len),
1057 (void)inw(ioaddr + DATAPORT); /+ dummy status read +/
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Daha152x.h39 #define DATAPORT (HOSTIOPORT1+0x16) /* DATA port */ macro
H A Daha152x.c2159 *CURRENT_SC->SCp.ptr++ = GETPORT(DATAPORT);
2168 insw(DATAPORT, CURRENT_SC->SCp.ptr, data_count);
2187 data=GETPORT(DATAPORT);
2272 SETPORT(DATAPORT, *CURRENT_SC->SCp.ptr++);
2280 outsw(DATAPORT, CURRENT_SC->SCp.ptr, data_count);

Completed in 102 milliseconds