Searched refs:SR_BSY (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/scsi/ |
H A D | NCR5380.c | 243 {SR_BSY, "BSY"}, 473 for (pass = 1; (NCR5380_read(STATUS_REG) & SR_BSY) && pass <= 6; ++pass) { in NCR5380_maybe_reset_bus() 480 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() 1269 if (NCR5380_poll_politely(hostdata, STATUS_REG, SR_REQ | SR_BSY, in NCR5380_transfer_pio() 1270 SR_REQ | SR_BSY, HZ * can_sleep) < 0) in NCR5380_transfer_pio() 2004 !(NCR5380_read(STATUS_REG) & SR_BSY)) { in NCR5380_information_transfer() 2071 if ((NCR5380_read(STATUS_REG) & (SR_BSY | SR_SEL)) == 0) in NCR5380_reselect()
|
H A D | NCR5380.h | 117 #define SR_BSY 0x40 macro
|