Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
DNCR5380.c365 {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)
DNCR5380.h119 #define SR_BSY 0x40 macro
Datari_NCR5380.c485 { 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()