Searched refs:REG_RECVPTR (Results 1 – 2 of 2) sorted by relevance
298 ether3_outw(priv(dev)->rx_head, REG_RECVPTR); in ether3_init_2()342 ether3_outw(priv(dev)->rx_head, REG_RECVPTR); in ether3_init_for_open()365 ether3_outb(write_low, REG_RECVPTR); in ether3_probe_bus_8()366 ether3_outb(write_high, REG_RECVPTR + 4); in ether3_probe_bus_8()368 read_low = ether3_inb(REG_RECVPTR); in ether3_probe_bus_8()369 read_high = ether3_inb(REG_RECVPTR + 4); in ether3_probe_bus_8()381 ether3_outw(val, REG_RECVPTR); in ether3_probe_bus_16()382 read_val = ether3_inw(REG_RECVPTR); in ether3_probe_bus_16()464 ether3_inw(REG_RECVPTR), ether3_inw(REG_RECVEND), ether3_inw(REG_TRANSMITPTR)); in ether3_timeout()675 ether3_outw(next_ptr, REG_RECVPTR); in ether3_rx()
112 #define REG_RECVPTR (priv(dev)->seeq + 0x0140) macro