Home
last modified time | relevance | path

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

/freebsd/sys/dev/sbni/
H A Dif_sbnireg.h53 RC_RDY = 0x80 enumerator
H A Dif_sbni.c379 if (sbni_inb(sc, CSR0) & (RC_RDY | TR_RDY)) { in sbni_intr()
387 if (sbni_inb(sc->slave_sc, CSR0) & (RC_RDY | TR_RDY)) { in sbni_intr()
407 if ((csr0 & (RC_RDY | TR_RDY)) == 0) in handle_channel()
412 if (csr0 & RC_RDY) in handle_channel()
420 if ((csr0 & TR_RDY) == 0 || (csr0 & RC_RDY) != 0) in handle_channel()
907 if (csr0 & (RC_RDY | BU_EMP)) in sbni_timeout()