Searched refs:SR_SEL (Results 1 – 2 of 2) sorted by relevance
250 {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()2063 STATUS_REG, SR_SEL, 0, 0) < 0) { in NCR5380_reselect()2076 if ((NCR5380_read(STATUS_REG) & (SR_BSY | SR_SEL)) == 0) in NCR5380_reselect()
122 #define SR_SEL 0x02 macro