Searched refs:SCI_BUS_REQ (Results 1 – 9 of 9) sorted by relevance
419 while (!(csr & SCI_BUS_REQ)) { in sci_ixfer_out()437 while (*dev->sci_bus_csr & SCI_BUS_REQ); in sci_ixfer_out()465 while (!(csr & SCI_BUS_REQ)) { in sci_ixfer_in()484 while (*sci_bus_csr & SCI_BUS_REQ); in sci_ixfer_in()524 while ((*dev->sci_bus_csr & (SCI_BUS_REQ|SCI_BUS_BSY)) == SCI_BUS_BSY); in sciicmd()527 if ((*dev->sci_bus_csr & SCI_BUS_REQ) == 0) { in sciicmd()625 while ((*dev->sci_bus_csr & (SCI_BUS_REQ|SCI_BUS_BSY)) == in scigo()629 if ((*dev->sci_bus_csr & SCI_BUS_REQ) == 0) { in scigo()
469 while (!(*sci_bus_csr & SCI_BUS_REQ)) in wstsc_dma_xfer_out2()478 if (*(sci_bus_csr + 0x10) & SCI_BUS_REQ) in wstsc_dma_xfer_out2()503 while (!(*sci_bus_csr & SCI_BUS_REQ)) in wstsc_dma_xfer_out2()510 if (*(sci_bus_csr + 0x10) & SCI_BUS_REQ) in wstsc_dma_xfer_out2()
128 #define SCI_BUS_REQ 0x20 /* r: REQ signal */ macro
124 #define SCI_BUS_REQ 0x20 /* r: REQ signal */ macro
144 #define SCI_BUS_REQ 0x20 /* r: REQ signal */ macro
197 if (NCR5380_READ(sc, sci_bus_csr) & SCI_BUS_REQ) { in ncr5380_wait_req() 215 if ((NCR5380_READ(sc, sci_bus_csr) & SCI_BUS_REQ) == 0) { in ncr5380_wait_not_req() 2215 if (NCR5380_READ(sc, sci_bus_csr) & SCI_BUS_REQ) in ncr5380_machine()
226 ((bus_csr & (SCI_BUS_RST | SCI_BUS_BSY | SCI_BUS_REQ | SCI_BUS_SEL)) == (SCI_BUS_BSY | SCI_BUS_REQ))) in decode_5380_intr()
270 if ((NCR5380_READ(sc, sci_bus_csr) & SCI_BUS_REQ) == 0 ||
255 if ((NCR5380_READ(sc, sci_bus_csr) & SCI_BUS_REQ) == 0 || in hcsc_wait_not_req()