Lines Matching refs:SR_IO
532 { SR_REQ, "REQ" }, { SR_MSG, "MSG" }, { SR_CD, "CD" }, { SR_IO, "IO" },
1219 if (p & SR_IO) { in NCR5380_dma_complete()
1248 if ((NCR5380_read(STATUS_REG) & PHASE_MASK) == p && (p & SR_IO)) { in NCR5380_dma_complete()
1291 if ((NCR5380_read(STATUS_REG) & (SR_SEL|SR_IO)) == (SR_SEL|SR_IO)) { in NCR5380_intr()
1612 (SR_BSY | SR_IO))); in NCR5380_select()
1614 if ((NCR5380_read(STATUS_REG) & (SR_SEL | SR_IO)) == in NCR5380_select()
1615 (SR_SEL | SR_IO)) { in NCR5380_select()
1772 if (!(p & SR_IO)) in NCR5380_transfer_pio()
1786 if (!(p & SR_IO)) { in NCR5380_transfer_pio()
1936 if (atari_read_overruns && (p & SR_IO)) { in NCR5380_transfer_dma()
1941 HOSTNO, (p & SR_IO) ? "reading" : "writing", in NCR5380_transfer_dma()
1942 c, (p & SR_IO) ? "to" : "from", d); in NCR5380_transfer_dma()
1956 hostdata->dma_len = (p & SR_IO) ? in NCR5380_transfer_dma()
1962 if (p & SR_IO) in NCR5380_transfer_dma()
1975 hostdata->dma_len = (p & SR_IO) ? in NCR5380_transfer_dma()