Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/
DNCR5380.c248 {SR_BSY, "BSY"},
478 for (pass = 1; (NCR5380_read(STATUS_REG) & SR_BSY) && pass <= 6; ++pass) { in NCR5380_maybe_reset_bus()
485 STATUS_REG, SR_BSY, 0, 5 * HZ); in NCR5380_maybe_reset_bus()
896 (sr & (SR_SEL | SR_IO | SR_BSY | SR_RST)) == (SR_SEL | SR_IO)) { in NCR5380_intr()
1134 err = NCR5380_poll_politely(hostdata, STATUS_REG, SR_BSY, SR_BSY, in NCR5380_select()
2066 if ((NCR5380_read(STATUS_REG) & (SR_BSY | SR_SEL)) == 0) in NCR5380_reselect()
DNCR5380.h117 #define SR_BSY 0x40 macro