Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/pmax/ibus/
H A Dsii.c142 static void sii_StartDMA(SIIRegs *regs, int phase, u_short *dmaAddr,
166 sc->sc_st[i].dmaAddr[0] = (u_short *) in siiattach()
168 sc->sc_st[i].dmaAddr[1] = sc->sc_st[i].dmaAddr[0] + in siiattach()
509 (volatile u_short *)state->dmaAddr[0], state->cmdlen); in sii_StartCmd()
511 state->dmaAddr[0], state->dmalen = scsicmd->cmdlen); in sii_StartCmd()
707 dma = state->dmaAddr[state->dmaBufIndex]; in sii_DoIntr()
721 state->dmaAddr[state->dmaBufIndex], in sii_DoIntr()
743 state->dmaAddr[state->dmaBufIndex], in sii_DoIntr()
753 state->dmaAddr[!state->dmaBufIndex], i); in sii_DoIntr()
757 state->dmaAddr[state->dmaBufIndex], in sii_DoIntr()
[all …]
H A Dsiivar.h27 u_short *dmaAddr[2]; /* DMA buffer memory address */ member