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

/freebsd-11-stable/sys/dev/rc/
H A Drcreg.h58 #define RC_BSR_RXINT 0x04 /* Receiver Interrupt */ macro
H A Drc.c377 if (!(bsr & (RC_BSR_TOUT|RC_BSR_RXINT|RC_BSR_TXINT|RC_BSR_MOINT))) {
383 while (bsr & (RC_BSR_TOUT|RC_BSR_RXINT|RC_BSR_TXINT|RC_BSR_MOINT)) {
387 (bsr & RC_BSR_RXINT)?"RXINT ":"",
398 if (bsr & RC_BSR_RXINT) {
1190 } else if (i & RC_BSR_RXINT) {

Completed in 51 milliseconds