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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A DNCR5380.h128 #define SR_BSY 0x40 macro
H A DNCR5380.c304 {SR_BSY, "BSY"},
833 for (pass = 1; (NCR5380_read(STATUS_REG) & SR_BSY) && pass <= 6; ++pass) {
840 NCR5380_poll_politely(instance, STATUS_REG, SR_BSY, 0, 5*HZ);
1375 value = NCR5380_read(STATUS_REG) & (SR_BSY | SR_IO);
1404 if (!(NCR5380_read(STATUS_REG) & SR_BSY)) {
2112 while ((NCR5380_read(STATUS_REG) & SR_BSY) && !hostdata->connected)
2146 /* NCR538_poll_politely(instance, STATUS_REG, SR_BSY, 0, 30 * HZ); */
2147 while ((NCR5380_read(STATUS_REG) & SR_BSY) && !hostdata->connected)
H A Dsun3_NCR5380.c443 signals[] = {{ SR_DBP, "PARITY"}, { SR_RST, "RST" }, { SR_BSY, "BSY" },
1475 while (time_before(jiffies, timeout) && !(NCR5380_read(STATUS_REG) & SR_BSY));
1487 if (!(NCR5380_read(STATUS_REG) & SR_BSY)) {
2105 while ((NCR5380_read(STATUS_REG) & SR_BSY) && !hostdata->connected)
2157 while ((NCR5380_read(STATUS_REG) & SR_BSY) && !hostdata->connected)
H A Datari_NCR5380.c439 { SR_DBP, "PARITY"}, { SR_RST, "RST" }, { SR_BSY, "BSY" },
1488 while (time_before(jiffies, timeout) && !(NCR5380_read(STATUS_REG) & SR_BSY))
1501 if (!(NCR5380_read(STATUS_REG) & SR_BSY)) {
2089 while ((NCR5380_read(STATUS_REG) & SR_BSY) && !hostdata->connected)
2147 while ((NCR5380_read(STATUS_REG) & SR_BSY) && !hostdata->connected)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A DNCR5380.h128 #define SR_BSY 0x40 macro
H A DNCR5380.c304 {SR_BSY, "BSY"},
833 for (pass = 1; (NCR5380_read(STATUS_REG) & SR_BSY) && pass <= 6; ++pass) {
840 NCR5380_poll_politely(instance, STATUS_REG, SR_BSY, 0, 5*HZ);
1375 value = NCR5380_read(STATUS_REG) & (SR_BSY | SR_IO);
1404 if (!(NCR5380_read(STATUS_REG) & SR_BSY)) {
2112 while ((NCR5380_read(STATUS_REG) & SR_BSY) && !hostdata->connected)
2146 /* NCR538_poll_politely(instance, STATUS_REG, SR_BSY, 0, 30 * HZ); */
2147 while ((NCR5380_read(STATUS_REG) & SR_BSY) && !hostdata->connected)
H A Dsun3_NCR5380.c443 signals[] = {{ SR_DBP, "PARITY"}, { SR_RST, "RST" }, { SR_BSY, "BSY" },
1475 while (time_before(jiffies, timeout) && !(NCR5380_read(STATUS_REG) & SR_BSY));
1487 if (!(NCR5380_read(STATUS_REG) & SR_BSY)) {
2105 while ((NCR5380_read(STATUS_REG) & SR_BSY) && !hostdata->connected)
2157 while ((NCR5380_read(STATUS_REG) & SR_BSY) && !hostdata->connected)
H A Datari_NCR5380.c439 { SR_DBP, "PARITY"}, { SR_RST, "RST" }, { SR_BSY, "BSY" },
1488 while (time_before(jiffies, timeout) && !(NCR5380_read(STATUS_REG) & SR_BSY))
1501 if (!(NCR5380_read(STATUS_REG) & SR_BSY)) {
2089 while ((NCR5380_read(STATUS_REG) & SR_BSY) && !hostdata->connected)
2147 while ((NCR5380_read(STATUS_REG) & SR_BSY) && !hostdata->connected)

Completed in 104 milliseconds