Searched refs:BRBSTS (Results 1 – 2 of 2) sorted by relevance
179 outw (BRBSTS(c->port), BSTS_OWN24); in cx_start_chan()450 sts_port = BRBSTS(c->port); in cx_receive_interrupt()536 if (! (inb (BRBSTS(c->port)) & BSTS_OWN24)) { in cx_receive_interrupt()538 outb (BRBSTS(c->port), BSTS_OWN24); in cx_receive_interrupt()
152 #define BRBSTS(b) R(b,0x4d) /* B receive buffer status */ macro