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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/arm/
H A Dether3.c303 ether3_outw(priv(dev)->rx_head, REG_RECVPTR);
349 ether3_outw(priv(dev)->rx_head, REG_RECVPTR);
372 ether3_outb(write_low, REG_RECVPTR);
373 ether3_outb(write_high, REG_RECVPTR + 4);
375 read_low = ether3_inb(REG_RECVPTR);
376 read_high = ether3_inb(REG_RECVPTR + 4);
388 ether3_outw(val, REG_RECVPTR);
389 read_val = ether3_inw(REG_RECVPTR);
486 ether3_inw(REG_RECVPTR), ether3_inw(REG_RECVEND), ether3_inw(REG_TRANSMITPTR));
698 ether3_outw(next_ptr, REG_RECVPTR);
[all...]
H A Dether3.h115 #define REG_RECVPTR (priv(dev)->seeq + 0x0140) macro

Completed in 64 milliseconds