Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/scsi/
A DNCR5380.c250 {SR_SEL, "SEL"},
898 (sr & (SR_SEL | SR_IO | SR_BSY | SR_RST)) == (SR_SEL | SR_IO)) { in NCR5380_intr()
1139 if ((NCR5380_read(STATUS_REG) & (SR_SEL | SR_IO)) == (SR_SEL | SR_IO)) { in NCR5380_select()
2059 STATUS_REG, SR_SEL, 0, 0) < 0) { in NCR5380_reselect()
2072 if ((NCR5380_read(STATUS_REG) & (SR_BSY | SR_SEL)) == 0) in NCR5380_reselect()
A DNCR5380.h122 #define SR_SEL 0x02 macro

Completed in 7 milliseconds