Searched refs:SR_SEL (Results 1 – 2 of 2) sorted by relevance
253 {SR_SEL, "SEL"},900 (sr & (SR_SEL | SR_IO | SR_BSY | SR_RST)) == (SR_SEL | SR_IO)) { in NCR5380_intr()1141 if ((NCR5380_read(STATUS_REG) & (SR_SEL | SR_IO)) == (SR_SEL | SR_IO)) { in NCR5380_select()2061 STATUS_REG, SR_SEL, 0, 0) < 0) { in NCR5380_reselect()2074 if ((NCR5380_read(STATUS_REG) & (SR_BSY | SR_SEL)) == 0) in NCR5380_reselect()
122 #define SR_SEL 0x02 macro