Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/scsi/
A DNCR5380.c245 {SR_BSY, "BSY"},
475 for (pass = 1; (NCR5380_read(STATUS_REG) & SR_BSY) && pass <= 6; ++pass) { in NCR5380_maybe_reset_bus()
482 STATUS_REG, SR_BSY, 0, 5 * HZ); in NCR5380_maybe_reset_bus()
898 (sr & (SR_SEL | SR_IO | SR_BSY | SR_RST)) == (SR_SEL | SR_IO)) { in NCR5380_intr()
1136 err = NCR5380_poll_politely(hostdata, STATUS_REG, SR_BSY, SR_BSY, in NCR5380_select()
2072 if ((NCR5380_read(STATUS_REG) & (SR_BSY | SR_SEL)) == 0) in NCR5380_reselect()
A DNCR5380.h117 #define SR_BSY 0x40 macro

Completed in 7 milliseconds