Home
last modified time | relevance | path

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

/freebsd/sys/dev/sbni/
H A Dif_sbnireg.h51 TR_RDY = 0x20, 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()
420 if ((csr0 & TR_RDY) == 0 || (csr0 & RC_RDY) != 0) in handle_channel()