Home | History | Annotate | Download | only in dev

Lines Matching defs:nsc

185 	bus_space_read_4(nsc->sc_bst, nsc->sc_bsh, (reg))
187 bus_space_write_4(nsc->sc_bst, nsc->sc_bsh, (reg), (val))
488 struct nextdma_softc *nsc = esc->sc_dma;
489 struct nextdma_status *stat = &nsc->sc_stat;
524 while (!nextdma_finished(nsc)) {
587 nextdma_reset(nsc);
604 if (!nextdma_finished(nsc)) {
1285 struct nextdma_softc *nsc = esc->sc_dma;
1286 struct nextdma_status *stat = &nsc->sc_stat;
1386 nextdma_start(nsc, (esc->sc_datain ? DMACSR_SETREAD : DMACSR_SETWRITE));
1462 struct nextdma_softc *nsc = esc->sc_dma;
1463 struct nextdma_status *stat = &nsc->sc_stat;
1504 if (nsc->sc_conf.nd_completed_cb)
1505 (*nsc->sc_conf.nd_completed_cb)(stat->nd_map,
1506 nsc->sc_conf.nd_cb_arg);
1508 nextdma_rotate(nsc);
1517 nextdma_setup_cont_regs(nsc);
1553 nextdma_rotate(nsc);
1620 /* nextdma_setup_curr_regs(nsc); */
1627 /* nextdma_setup_cont_regs(nsc); */
1674 nextdma_print(nsc);
1697 if (nsc->sc_conf.nd_shutdown_cb)
1698 (*nsc->sc_conf.nd_shutdown_cb)(
1699 nsc->sc_conf.nd_cb_arg);