Searched refs:nextdma_setconf (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/next68k/dev/
H A Dnextdmavar.h66 #define nextdma_setconf(nsc, elem, val) nsc->sc_conf.nd_##elem = (val) macro
H A Dif_xe.c175 nextdma_setconf (xsc->sc_rxdma, continue_cb, xe_dma_rx_continue);
176 nextdma_setconf (xsc->sc_rxdma, completed_cb, xe_dma_rx_completed);
177 nextdma_setconf (xsc->sc_rxdma, shutdown_cb, xe_dma_rx_shutdown);
178 nextdma_setconf (xsc->sc_rxdma, cb_arg, sc);
180 nextdma_setconf (xsc->sc_txdma, continue_cb, xe_dma_tx_continue);
181 nextdma_setconf (xsc->sc_txdma, completed_cb, xe_dma_tx_completed);
182 nextdma_setconf (xsc->sc_txdma, shutdown_cb, xe_dma_tx_shutdown);
183 nextdma_setconf (xsc->sc_txdma, cb_arg, sc);
H A Desp.c239 nextdma_setconf(esc->sc_dma, shutdown_cb, &esp_dmacb_shutdown);
240 nextdma_setconf(esc->sc_dma, continue_cb, &esp_dmacb_continue);
241 nextdma_setconf(esc->sc_dma, completed_cb, &esp_dmacb_completed);
242 nextdma_setconf(esc->sc_dma, cb_arg, sc);

Completed in 95 milliseconds