Searched refs:SR_BSY (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/scsi/ |
D | NCR5380.c | 365 {SR_BSY, "BSY"}, 864 for (pass = 1; (NCR5380_read(STATUS_REG) & SR_BSY) && pass <= 6; ++pass) { in NCR5380_init() 871 NCR5380_poll_politely(instance, STATUS_REG, SR_BSY, 0, 5*HZ); in NCR5380_init() 1364 value = NCR5380_read(STATUS_REG) & (SR_BSY | SR_IO); in NCR5380_select() 1393 if (!(NCR5380_read(STATUS_REG) & SR_BSY)) { in NCR5380_select() 2216 while ((NCR5380_read(STATUS_REG) & SR_BSY) && !hostdata->connected) 2252 while ((NCR5380_read(STATUS_REG) & SR_BSY) && !hostdata->connected)
|
D | NCR5380.h | 119 #define SR_BSY 0x40 macro
|
D | atari_NCR5380.c | 485 { SR_DBP, "PARITY"}, { SR_RST, "RST" }, { SR_BSY, "BSY" }, 1506 !(NCR5380_read(STATUS_REG) & (SR_BSY | SR_IO))) in NCR5380_select() 1518 while (time_before(jiffies, timeout) && !(NCR5380_read(STATUS_REG) & SR_BSY)) in NCR5380_select() 1532 if (!(NCR5380_read(STATUS_REG) & SR_BSY)) { in NCR5380_select() 2247 while ((NCR5380_read(STATUS_REG) & SR_BSY) && !hostdata->connected) in NCR5380_information_transfer() 2307 while ((NCR5380_read(STATUS_REG) & SR_BSY) && !hostdata->connected) in NCR5380_information_transfer()
|