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

/freebsd-11.0-release/sys/dev/cx/
H A Dcxddk.c178 outw (ARBSTS(c->port), BSTS_OWN24);
179 outw (BRBSTS(c->port), BSTS_OWN24);
354 if (inb (BTBSTS(c->port)) & BSTS_OWN24) {
366 if (inb (ATBSTS(c->port)) & BSTS_OWN24) {
379 if (inb (sts_port) & BSTS_OWN24)
387 outb (sts_port, BSTS_EOFR | BSTS_INTR | BSTS_OWN24);
392 if ((inb(ATBSTS(c->port)) & BSTS_OWN24) &&
393 (inb(BTBSTS(c->port)) & BSTS_OWN24)) {
406 return ! (inb (ATBSTS(c->port)) & BSTS_OWN24) +
407 ! (inb (BTBSTS(c->port)) & BSTS_OWN24);
[all...]
H A Dcxreg.h359 #define BSTS_OWN24 0x01 /* buffer is (free to be) used by CD2400 */ macro

Completed in 108 milliseconds