Home
last modified time | relevance | path

Searched refs:dbdma_set_device_status (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/sound/macio/
H A Daoa.c105 dbdma_set_device_status(dma->channel, 1 << 0, 0); in aoa_dma_set_program()
284 dbdma_set_device_status(dma->channel, 1 << 0, 1 << 0); in aoa_chan_trigger()
291 dbdma_set_device_status(dma->channel, 1 << 0, 0); in aoa_chan_trigger()
/freebsd/sys/powerpc/include/
H A Ddbdma.h110 void dbdma_set_device_status(dbdma_channel_t *chan, uint8_t mask,
/freebsd/sys/powerpc/powermac/
H A Ddbdma.c231 dbdma_set_device_status(dbdma_channel_t *chan, uint8_t mask, uint8_t value) in dbdma_set_device_status() function