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

/freebsd-12-stable/sys/powerpc/include/
H A Ddbdma.h146 void dbdma_insert_stop(dbdma_channel_t *chan, int slot);
/freebsd-12-stable/sys/powerpc/powermac/
H A Data_dbdma.c116 dbdma_insert_stop(sc->dbdma, sc->next_dma_slot++);
163 dbdma_insert_stop(sc->dbdma, 0);
270 dbdma_insert_stop(sc->dbdma,0);
H A Ddbdma.c318 dbdma_insert_stop(dbdma_channel_t *chan, int slot) function
/freebsd-12-stable/sys/dev/bm/
H A Dif_bm.c642 dbdma_insert_stop(sc->sc_rxdma, new_stop);
858 dbdma_insert_stop(sc->sc_txdma, sc->next_txdma_slot++);
1081 dbdma_insert_stop(sc->sc_rxdma, 0);
1082 dbdma_insert_stop(sc->sc_txdma, 0);
1112 dbdma_insert_stop(sc->sc_rxdma, i - 1);
/freebsd-12-stable/sys/dev/sound/macio/
H A Daoa.c103 dbdma_insert_stop(dma->channel, dma->slots + 1);

Completed in 136 milliseconds