Home
last modified time | relevance | path

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

/NextBSD/sys/dev/cx/
HDcxreg.h366 #define RIS_BB 0x0800 /* buffer B status (not A) */ macro
HDcxddk.c498 len = (risr & RIS_BB) ? inw(BRBCNT(c->port)) : inw(ARBCNT(c->port)); in cx_receive_interrupt()
517 if (risr & RIS_BB) { in cx_receive_interrupt()