Searched refs:REG_RECVPTR (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/seeq/ |
H A D | ether3.c | 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() [all...] |
H A D | ether3.h | 112 #define REG_RECVPTR (priv(dev)->seeq + 0x0140) macro
|
/kernel/linux/linux-6.6/drivers/net/ethernet/seeq/ |
H A D | ether3.c | 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() [all...] |
H A D | ether3.h | 112 #define REG_RECVPTR (priv(dev)->seeq + 0x0140) macro
|
Completed in 4 milliseconds