Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/eth/
H A Dr8152.h199 #define RXFIFO_EMPTY 0x10 macro
202 #define FIFO_EMPTY (TXFIFO_EMPTY | RXFIFO_EMPTY)
/openbmc/linux/drivers/net/usb/
H A Dr8152.c309 #define RXFIFO_EMPTY 0x10 macro
312 #define FIFO_EMPTY (TXFIFO_EMPTY | RXFIFO_EMPTY)
8558 if (!(ocp_data & RXFIFO_EMPTY)) { in rtl8152_runtime_suspend()