Searched refs:REG_RECVPTR (Results 1 – 2 of 2) sorted by relevance
301 ether3_outw(priv(dev)->rx_head, REG_RECVPTR); in ether3_init_2()345 ether3_outw(priv(dev)->rx_head, REG_RECVPTR); in ether3_init_for_open()368 ether3_outb(write_low, REG_RECVPTR); in ether3_probe_bus_8()369 ether3_outb(write_high, REG_RECVPTR + 4); in ether3_probe_bus_8()371 read_low = ether3_inb(REG_RECVPTR); in ether3_probe_bus_8()372 read_high = ether3_inb(REG_RECVPTR + 4); in ether3_probe_bus_8()384 ether3_outw(val, REG_RECVPTR); in ether3_probe_bus_16()385 read_val = ether3_inw(REG_RECVPTR); in ether3_probe_bus_16()467 ether3_inw(REG_RECVPTR), ether3_inw(REG_RECVEND), ether3_inw(REG_TRANSMITPTR)); in ether3_timeout()681 ether3_outw(next_ptr, REG_RECVPTR); in ether3_rx()
115 #define REG_RECVPTR (priv(dev)->seeq + 0x0140) macro