Home
last modified time | relevance | path

Searched refs:SR_SEL (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/scsi/
DNCR5380.c237 {SR_SEL, "SEL"},
880 (sr & (SR_SEL | SR_IO | SR_BSY | SR_RST)) == (SR_SEL | SR_IO)) { in NCR5380_intr()
1120 if ((NCR5380_read(STATUS_REG) & (SR_SEL | SR_IO)) == (SR_SEL | SR_IO)) { in NCR5380_select()
2034 STATUS_REG, SR_SEL, 0, 2 * HZ) < 0) { in NCR5380_reselect()
2047 if ((NCR5380_read(STATUS_REG) & (SR_BSY | SR_SEL)) == 0) in NCR5380_reselect()
DNCR5380.h122 #define SR_SEL 0x02 macro