Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/asix/
Dax88796c_main.c508 pkt_cnt = AX_READ(&ax_local->ax_spi, P0_RXBCR2) & RXBCR2_PKT_MASK; in ax88796c_receive()
530 if ((AX_READ(&ax_local->ax_spi, P0_RXBCR2) & RXBCR2_RXB_IDLE) == 0) { in ax88796c_receive()
534 AX_WRITE(&ax_local->ax_spi, RXBCR2_RXB_REINIT, P0_RXBCR2); in ax88796c_receive()
Dax88796c_main.h269 #define P0_RXBCR2 (0x18) macro