Searched refs:SR_BSY (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A DNCR5380.h127 #define SR_BSY 0x40 macro
H A DNCR5380.c308 {SR_BSY, "BSY"},
835 for (pass = 1; (NCR5380_read(STATUS_REG) & SR_BSY) && pass <= 6; ++pass) {
842 NCR5380_poll_politely(instance, STATUS_REG, SR_BSY, 0, 5*HZ);
1376 value = NCR5380_read(STATUS_REG) & (SR_BSY | SR_IO);
1405 if (!(NCR5380_read(STATUS_REG) & SR_BSY)) {
2117 while ((NCR5380_read(STATUS_REG) & SR_BSY) && !hostdata->connected)
2151 /* NCR538_poll_politely(instance, STATUS_REG, SR_BSY, 0, 30 * HZ); */
2152 while ((NCR5380_read(STATUS_REG) & SR_BSY) && !hostdata->connected)
H A Datari_NCR5380.c441 { SR_DBP, "PARITY"}, { SR_RST, "RST" }, { SR_BSY, "BSY" },
1489 while (time_before(jiffies, timeout) && !(NCR5380_read(STATUS_REG) & SR_BSY))
1502 if (!(NCR5380_read(STATUS_REG) & SR_BSY)) {
2098 while ((NCR5380_read(STATUS_REG) & SR_BSY) && !hostdata->connected)
2156 while ((NCR5380_read(STATUS_REG) & SR_BSY) && !hostdata->connected)
H A Dsun3_NCR5380.c444 signals[] = {{ SR_DBP, "PARITY"}, { SR_RST, "RST" }, { SR_BSY, "BSY" },
1476 while (time_before(jiffies, timeout) && !(NCR5380_read(STATUS_REG) & SR_BSY));
1488 if (!(NCR5380_read(STATUS_REG) & SR_BSY)) {
2110 while ((NCR5380_read(STATUS_REG) & SR_BSY) && !hostdata->connected)
2162 while ((NCR5380_read(STATUS_REG) & SR_BSY) && !hostdata->connected)

Completed in 308 milliseconds