HomeSort by: relevance | last modified time | path
    Searched refs:dmaAddr (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/pmax/ibus/
siivar.h 27 u_short *dmaAddr[2]; /* DMA buffer memory address */
sii.c 142 static void sii_StartDMA(SIIRegs *regs, int phase, u_short *dmaAddr,
166 sc->sc_st[i].dmaAddr[0] = (u_short *)
168 sc->sc_st[i].dmaAddr[1] = sc->sc_st[i].dmaAddr[0] +
509 (volatile u_short *)state->dmaAddr[0], state->cmdlen);
511 state->dmaAddr[0], state->dmalen = scsicmd->cmdlen);
707 dma = state->dmaAddr[state->dmaBufIndex];
721 state->dmaAddr[state->dmaBufIndex],
743 state->dmaAddr[state->dmaBufIndex],
753 state->dmaAddr[!state->dmaBufIndex], i)
    [all...]

Completed in 13 milliseconds