Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dncr53c9x.c620 if ((ecb->flags & ECB_SENSE) != 0) { in ncr53c9x_select()
953 else if ((ecb->flags & ECB_SENSE) != 0) in ncr53c9x_sched()
1071 ecb->flags |= ECB_SENSE; in ncr53c9x_sense()
1127 } else if ((ecb->flags & ECB_SENSE) != 0) { in ncr53c9x_done()
1521 if ((ecb->flags & ECB_SENSE) == 0) in ncr53c9x_msgin()
2172 if (ecb->flags & ECB_SENSE) { in ncr53c9x_intr()
2488 if ((ecb->flags & ECB_SENSE) == 0) in ncr53c9x_intr()
H A Dncr53c9xvar.h102 #define ECB_SENSE 0x04 macro