Searched refs:dmaAddr (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/pmax/ibus/
H A Dsiivar.h27 u_short *dmaAddr[2]; /* DMA buffer memory address */ member in struct:scsi_state
H A Dsii.c142 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[!stat
1719 sii_StartDMA(SIIRegs *regs, int phase, u_short *dmaAddr, int size) argument
[all...]

Completed in 113 milliseconds