Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/asix/
H A Dax88796c_main.h273 #define RXBCR2_RXB_IDLE BIT(14) macro
H A Dax88796c_main.c530 if ((AX_READ(&ax_local->ax_spi, P0_RXBCR2) & RXBCR2_RXB_IDLE) == 0) { in ax88796c_receive()