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

  /src/sys/arch/macppc/dev/
if_mc.c 217 DBDMA_BUILD(cmd, DBDMA_CMD_OUT_LAST, 0, len, sc->sc_txbuf_phys,
311 DBDMA_BUILD(cmd, DBDMA_CMD_IN_LAST, 0, ETHERMTU + 22,
317 DBDMA_BUILD(cmd, DBDMA_CMD_NOP, 0, 0, 0,
343 DBDMA_BUILD(cmd, DBDMA_CMD_OUT_LAST, 0, 0, sc->sc_txbuf_phys,
346 DBDMA_BUILD(cmd, DBDMA_CMD_STOP, 0, 0, 0,
kauai.c 325 DBDMA_BUILD(cmdp, cmd, 0, rest, vtophys(va),
336 DBDMA_BUILD(cmdp, cmd, 0, PAGE_SIZE, vtophys(va),
345 DBDMA_BUILD(cmdp, cmd, 0, datalen, vtophys(va),
349 DBDMA_BUILD(cmdp, DBDMA_CMD_STOP, 0, 0, 0,
esp.c 327 DBDMA_BUILD(cmdp, cmd, 0, rest, kvtop((void *)va),
338 DBDMA_BUILD(cmdp, cmd, 0, PAGE_SIZE, kvtop((void *)va),
347 DBDMA_BUILD(cmdp, cmd , 0, count, kvtop((void *)va),
351 DBDMA_BUILD(cmdp, DBDMA_CMD_STOP, 0, 0, 0,
dbdma.h 120 #define DBDMA_BUILD(d, cmd, key, count, address, interrupt, wait, branch) { \
wdc_obio.c 487 DBDMA_BUILD(cmdp, cmd, 0, rest, vtophys(va),
498 DBDMA_BUILD(cmdp, cmd, 0, PAGE_SIZE, vtophys(va),
507 DBDMA_BUILD(cmdp, cmd, 0, datalen, vtophys(va),
511 DBDMA_BUILD(cmdp, DBDMA_CMD_STOP, 0, 0, 0,
lightbar.c 188 DBDMA_BUILD(cmd, DBDMA_CMD_OUT_MORE, 0, 32, vtophys((vaddr_t)sc->sc_dmabuf),
191 DBDMA_BUILD(cmd, DBDMA_CMD_NOP, 0, 0,
mesh.c 592 DBDMA_BUILD(cmdp, cmd, 0, rest, vtophys(va),
603 DBDMA_BUILD(cmdp, cmd, 0, PAGE_SIZE, vtophys(va),
612 DBDMA_BUILD(cmdp, cmd , 0, count, vtophys(va),
616 DBDMA_BUILD(cmdp, DBDMA_CMD_STOP, 0, 0, 0,
if_bm.c 414 DBDMA_BUILD(cmd, DBDMA_CMD_IN_LAST, 0, BMAC_BUFLEN,
419 DBDMA_BUILD(cmd, DBDMA_CMD_NOP, 0, 0, 0,
599 DBDMA_BUILD(cmd, DBDMA_CMD_OUT_LAST, 0, len, vtophys(va),
602 DBDMA_BUILD(cmd, DBDMA_CMD_STOP, 0, 0, 0,
zs.c 521 DBDMA_BUILD(cmdp, DBDMA_CMD_OUT_LAST, 0, len, kvtop(pa),
524 DBDMA_BUILD(cmdp, DBDMA_CMD_STOP, 0, 0, 0,
snapper.c 1402 DBDMA_BUILD(cmd, DBDMA_CMD_OUT_MORE, 0, NBPG, vtophys(va),
1408 DBDMA_BUILD(cmd, DBDMA_CMD_NOP, 0, 0,
1453 DBDMA_BUILD(cmd, DBDMA_CMD_IN_MORE, 0, NBPG, vtophys(va),
1459 DBDMA_BUILD(cmd, DBDMA_CMD_NOP, 0, 0,
awacs.c 1001 DBDMA_BUILD(cmd, DBDMA_CMD_OUT_MORE, 0, PAGE_SIZE, vtophys(va),
1007 DBDMA_BUILD(cmd, DBDMA_CMD_NOP, 0, 0, 0,

Completed in 17 milliseconds