Searched refs:REG_RECVPTR (Results 1 – 2 of 2) sorted by relevance
300 ether3_outw(priv(dev)->rx_head, REG_RECVPTR); in ether3_init_2()344 ether3_outw(priv(dev)->rx_head, REG_RECVPTR); in ether3_init_for_open()367 ether3_outb(write_low, REG_RECVPTR); in ether3_probe_bus_8()368 ether3_outb(write_high, REG_RECVPTR + 4); in ether3_probe_bus_8()370 read_low = ether3_inb(REG_RECVPTR); in ether3_probe_bus_8()371 read_high = ether3_inb(REG_RECVPTR + 4); in ether3_probe_bus_8()383 ether3_outw(val, REG_RECVPTR); in ether3_probe_bus_16()384 read_val = ether3_inw(REG_RECVPTR); in ether3_probe_bus_16()472 ether3_inw(REG_RECVPTR), ether3_inw(REG_RECVEND), ether3_inw(REG_TRANSMITPTR)); in ether3_timeout()683 ether3_outw(next_ptr, REG_RECVPTR); in ether3_rx()
115 #define REG_RECVPTR (priv(dev)->seeq + 0x0140) macro