Searched refs:ECB_SENSE (Results 1 – 2 of 2) sorted by relevance
620 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()
102 #define ECB_SENSE 0x04 macro