Home
last modified time | relevance | path

Searched refs:SR_RST (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/drivers/net/wan/
Dcosa.h30 #define SR_RST 0x10 /* SRP reset */ macro
Dcosa.c1532 cosa_putstatus(cosa, SR_RST); in cosa_reset_and_read_id()
2043 status & SR_RST ? "RESET|":"", in debug_status_out()
/linux-2.4.37.9/drivers/scsi/
DNCR5380.h121 #define SR_RST 0x80 macro
Datari_NCR5380.c531 signals[] = {{ SR_DBP, "PARITY"}, { SR_RST, "RST" }, { SR_BSY, "BSY" },
1302 else if ((NCR5380_read(STATUS_REG) & SR_RST) == SR_RST) { in NCR5380_intr()
Dmac_NCR5380.c554 signals[] = {{ SR_DBP, "PARITY"}, { SR_RST, "RST" }, { SR_BSY, "BSY" },
1306 else if ((NCR5380_read(STATUS_REG) & SR_RST) == SR_RST) { in NCR5380_intr()
Dsun3_NCR5380.c539 signals[] = {{ SR_DBP, "PARITY"}, { SR_RST, "RST" }, { SR_BSY, "BSY" },
1285 else if ((NCR5380_read(STATUS_REG) & SR_RST) == SR_RST) { in NCR5380_intr()
DNCR5380.c358 {SR_RST, "RST"},
1318 } else if ((NCR5380_read(STATUS_REG) & SR_RST) == SR_RST) { in NCR5380_intr()