Searched refs:RC_BSR_RXINT (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/rc/
H A Drcreg.h60 #define RC_BSR_RXINT 0x04 /* Receiver Interrupt */ macro
H A Drc.c379 if (!(bsr & (RC_BSR_TOUT|RC_BSR_RXINT|RC_BSR_TXINT|RC_BSR_MOINT))) {
385 while (bsr & (RC_BSR_TOUT|RC_BSR_RXINT|RC_BSR_TXINT|RC_BSR_MOINT)) {
389 (bsr & RC_BSR_RXINT)?"RXINT ":"",
400 if (bsr & RC_BSR_RXINT) {
1192 } else if (i & RC_BSR_RXINT) {

Completed in 97 milliseconds