Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dlan9118reg.h102 #define LAN9118_FIFO_INT_RXSL(x) ((x) << 0) /* RX Status Level */ macro
H A Dlan9118.c615 LAN9118_FIFO_INT_TXSL(0) | LAN9118_FIFO_INT_RXSL(0)); in lan9118_init()