Searched refs:IE_GP (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dni5010.c274 outw(i, IE_GP);
320 outw(0, IE_GP); /* Point GP at start of packet */
323 outw(i << 8, IE_GP); /* Point GP at packet size to be tested */
325 outw(0x0, IE_GP); /* Point GP at start of packet */
330 outw(0, IE_GP); /* Point GP at start of packet */
432 outw(0, IE_GP); /* Receive packet at start of buffer */
568 outw(0, IE_GP); /* Seek to beginning of packet */
602 outw(NI5010_BUFSIZE - lp->o_pkt_size, IE_GP);
719 outw(buf_offs, IE_GP); /* Point GP at start of packet */
724 outw(buf_offs, IE_GP); /* Rewrit
[all...]
H A Dni5010.h44 #define IE_GP (ioaddr + 0x10) /* GP pointer (word register) */ macro

Completed in 78 milliseconds