Lines Matching defs:phase
140 static int sii_GetByte(SIIRegs *regs, int phase, int ack);
142 static void sii_StartDMA(SIIRegs *regs, int phase, u_short *dmaAddr,
385 state->dmaDataPhase = -1; /* illegal phase. shouldn't happen */
489 /* wait a short time for command phase */
706 /* check for more data for the same phase */
734 /* check for more data for the same phase */
764 /* check for phase change or another MsgIn/Out */
796 printf("%s: device %d: DMA reselect phase doesn't match\n",
865 printf("%s: device %d: DMA reselect phase doesn't match\n",
1194 /* wait for MSG_OUT phase */
1335 * to request the device for a MSG_OUT phase.
1361 printf("%s: Couldn't handle phase %d... ignoring.\n",
1549 sii_GetByte(SIIRegs *regs, int phase, int ack)
1560 regs->comm = state | phase;
1591 regs->comm = SII_INXFER | state | phase;
1719 sii_StartDMA(SIIRegs *regs, int phase, u_short *dmaAddr, int size)
1721 /* phase: phase to send/receive data */
1737 phase;