Searched refs:dbdma_insert_stop (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/sys/powerpc/include/
H A Ddbdma.h144 void dbdma_insert_stop(dbdma_channel_t *chan, int slot);
/freebsd-11.0-release/sys/powerpc/powermac/
H A Data_dbdma.c114 dbdma_insert_stop(sc->dbdma, sc->next_dma_slot++);
161 dbdma_insert_stop(sc->dbdma, 0);
268 dbdma_insert_stop(sc->dbdma,0);
H A Ddbdma.c316 dbdma_insert_stop(dbdma_channel_t *chan, int slot) function
/freebsd-11.0-release/sys/dev/bm/
H A Dif_bm.c638 dbdma_insert_stop(sc->sc_rxdma, new_stop);
854 dbdma_insert_stop(sc->sc_txdma, sc->next_txdma_slot++);
1077 dbdma_insert_stop(sc->sc_rxdma, 0);
1078 dbdma_insert_stop(sc->sc_txdma, 0);
1108 dbdma_insert_stop(sc->sc_rxdma, i - 1);
/freebsd-11.0-release/sys/dev/sound/macio/
H A Daoa.c101 dbdma_insert_stop(dma->channel, dma->slots + 1);

Completed in 58 milliseconds