Home
last modified time | relevance | path

Searched refs:REG_RECVEND (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/seeq/
Dether3.c302 ether3_outw(priv(dev)->rx_head >> 8, REG_RECVEND); in ether3_init_2()
345 ether3_outw(priv(dev)->rx_head >> 8, REG_RECVEND); in ether3_init_for_open()
466 ether3_inw(REG_RECVPTR), ether3_inw(REG_RECVEND), ether3_inw(REG_TRANSMITPTR)); in ether3_timeout()
630 ether3_outw(next_ptr >> 8, REG_RECVEND); in ether3_rx()
646 ether3_outw(next_ptr >> 8, REG_RECVEND); in ether3_rx()
655 ether3_outw(next_ptr >> 8, REG_RECVEND); in ether3_rx()
661 ether3_outw(next_ptr >> 8, REG_RECVEND); in ether3_rx()
Dether3.h111 #define REG_RECVEND (priv(dev)->seeq + 0x00c0) macro