Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
DNCR5380.c359 {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)
Datari_NCR5380.c531 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()
Dmac_NCR5380.c554 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()
Dsun3_NCR5380.c539 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()
DNCR5380.h122 #define SR_BSY 0x40 macro