Searched refs:SR_BSY (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | NCR5380.c | 359 {SR_BSY, "BSY"}, 1030 for (pass = 1; (NCR5380_read(STATUS_REG) & SR_BSY) && pass <= 6; ++pass) { in NCR5380_init() 1037 while (time_before(jiffies, timeout) && (NCR5380_read(STATUS_REG) & SR_BSY)); in NCR5380_init() 1624 value = NCR5380_read(STATUS_REG) & (SR_BSY | SR_IO); in NCR5380_select() 1654 if (!(NCR5380_read(STATUS_REG) & SR_BSY)) { in NCR5380_select() 2477 while ((NCR5380_read(STATUS_REG) & SR_BSY) && !hostdata->connected) 2512 while ((NCR5380_read(STATUS_REG) & SR_BSY) && !hostdata->connected)
|
D | atari_NCR5380.c | 531 signals[] = {{ SR_DBP, "PARITY"}, { SR_RST, "RST" }, { SR_BSY, "BSY" }, 1612 (SR_BSY | SR_IO))); in NCR5380_select() 1624 while (time_before(jiffies, timeout) && !(NCR5380_read(STATUS_REG) & SR_BSY)); in NCR5380_select() 1637 if (!(NCR5380_read(STATUS_REG) & SR_BSY)) { in NCR5380_select() 2282 while ((NCR5380_read(STATUS_REG) & SR_BSY) && !hostdata->connected) in NCR5380_information_transfer() 2341 while ((NCR5380_read(STATUS_REG) & SR_BSY) && !hostdata->connected) in NCR5380_information_transfer()
|
D | mac_NCR5380.c | 554 signals[] = {{ SR_DBP, "PARITY"}, { SR_RST, "RST" }, { SR_BSY, "BSY" }, 1616 (SR_BSY | SR_IO))); in NCR5380_select() 1628 while (time_before(jiffies, timeout) && !(NCR5380_read(STATUS_REG) & SR_BSY)); in NCR5380_select() 1641 if (!(NCR5380_read(STATUS_REG) & SR_BSY)) { in NCR5380_select() 2440 while ((NCR5380_read(STATUS_REG) & SR_BSY) && !hostdata->connected) in NCR5380_information_transfer() 2493 while ((NCR5380_read(STATUS_REG) & SR_BSY) && !hostdata->connected) in NCR5380_information_transfer()
|
D | sun3_NCR5380.c | 539 signals[] = {{ SR_DBP, "PARITY"}, { SR_RST, "RST" }, { SR_BSY, "BSY" }, 1602 (SR_BSY | SR_IO))); in NCR5380_select() 1614 while (time_before(jiffies, timeout) && !(NCR5380_read(STATUS_REG) & SR_BSY)); in NCR5380_select() 1627 if (!(NCR5380_read(STATUS_REG) & SR_BSY)) { in NCR5380_select() 2301 while ((NCR5380_read(STATUS_REG) & SR_BSY) && !hostdata->connected) in NCR5380_information_transfer() 2354 while ((NCR5380_read(STATUS_REG) & SR_BSY) && !hostdata->connected) in NCR5380_information_transfer()
|
D | NCR5380.h | 122 #define SR_BSY 0x40 macro
|