Lines Matching refs:phase
342 scsi_tt_dmasetup(SC_REQ *reqp, u_int phase, uint8_t mode)
345 if (PH_IN(phase)) {
380 * - A phase mismatch has occurred (partial transfer)
462 * the DMA-controller before the phase mismatch occurs. Therefore,
470 (dmstat & SC_PHS_MTCH) == 0 && PH_OUT(reqp->phase))
477 ((u_long)byte_p & 3) && PH_IN(reqp->phase)) {
840 scsi_falcon_dmasetup(SC_REQ *reqp, u_int phase, uint8_t mode)
848 if (PH_IN(phase)) {
920 if (PH_IN(reqp->phase)) {
1028 scsi_dma_setup(SC_REQ *reqp, u_int phase, uint8_t mbase)
1032 scsi_falcon_dmasetup(reqp, phase, mbase);
1034 scsi_tt_dmasetup(reqp, phase, mbase);