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

  /src/sys/dev/pci/
hifn7751var.h 103 int cmdi, srci, dsti, resi; member in struct:hifn_dma
hifn7751.c 1213 if (dma->dsti == HIFN_D_DST_RSIZE) {
1214 dma->dsti = 0;
1220 *dstp = dma->dsti++;
1221 dma->dstk = dma->dsti;
1240 int r, cmdi, resi, srci, dsti; local in function:hifn_writeramaddr
1247 hifn_alloc_slot(sc, &cmdi, &srci, &dsti, &resi);
1260 dma->dstr[dsti].p = htole32(sc->sc_dmamap->dm_segs[0].ds_addr
1265 dma->dstr[dsti].l = htole32(4 | masks);
1304 int r, cmdi, srci, dsti, resi; local in function:hifn_readramaddr
1311 hifn_alloc_slot(sc, &cmdi, &srci, &dsti, &resi)
    [all...]

Completed in 39 milliseconds