Home
last modified time | relevance | path

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

/original-bsd/sys/pmax/dev/
H A Dasc.c347 u_char *dmaBufAddr; /* DMA buffer address */ member
539 asc->st[i].dmaBufAddr = asc->buff + bufsiz * i;
669 bcopy(scsicmd->cmd, state->dmaBufAddr, len);
866 cp = state->dmaBufAddr + (state->dmalen - len);
922 bcopy(state->dmaBufAddr, state->buf, len);
1257 bcopy(state->dmaBufAddr, state->buf, len);
1318 bcopy(state->dmaBufAddr, state->buf, len);
1379 regs->asc_res_fifo = state->dmaBufAddr[off];
1440 bcopy(state->buf, state->dmaBufAddr, len);
1510 bcopy(state->buf, state->dmaBufAddr, len);
[all …]