Searched refs:SR_RST (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/net/wan/ |
D | cosa.h | 30 #define SR_RST 0x10 /* SRP reset */ macro
|
D | cosa.c | 1525 cosa_putstatus(cosa, SR_RST); in cosa_reset_and_read_id() 2026 status & SR_RST ? "RESET|" : "", in debug_status_out()
|
/linux-4.4.14/drivers/scsi/ |
D | NCR5380.h | 118 #define SR_RST 0x80 macro
|
D | NCR5380.c | 364 {SR_RST, "RST"}, 1130 } else if ((NCR5380_read(STATUS_REG) & SR_RST) == SR_RST) { in NCR5380_intr()
|
D | atari_NCR5380.c | 485 { SR_DBP, "PARITY"}, { SR_RST, "RST" }, { SR_BSY, "BSY" }, 1221 } else if ((NCR5380_read(STATUS_REG) & SR_RST) == SR_RST) { in NCR5380_intr()
|