Searched refs:SR_SEL (Results 1 – 2 of 2) sorted by relevance
237 {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()
122 #define SR_SEL 0x02 macro