Searched refs:IE_GP (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/net/ |
D | ni5010.c | 280 outw(i, IE_GP); in ni5010_probe1() 327 outw(0, IE_GP); /* Point GP at start of packet */ in ni5010_probe1() 330 outw(i << 8, IE_GP); /* Point GP at packet size to be tested */ in ni5010_probe1() 332 outw(0x0, IE_GP); /* Point GP at start of packet */ in ni5010_probe1() 337 outw(0, IE_GP); /* Point GP at start of packet */ in ni5010_probe1() 433 outw(0, IE_GP); /* Receive packet at start of buffer */ in reset_receiver() 566 outw(0, IE_GP); /* Seek to beginning of packet */ in ni5010_rx() 598 outw(NI5010_BUFSIZE - lp->o_pkt_size, IE_GP); in process_xmt_interrupt() 694 outw(buf_offs, IE_GP); /* Point GP at start of packet */ in hardware_send_packet() 699 outw(buf_offs, IE_GP); /* Rewrite where packet starts */ in hardware_send_packet()
|
D | ni5010.h | 44 #define IE_GP (ioaddr + 0x10) /* GP pointer (word register) */ macro
|