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

/freebsd-13-stable/sys/dev/sound/isa/
H A Dsb.h127 * cmd is a combination of DSP_DMA16 or DSP_DMA8 and
131 #define DSP_DMA8 0xc0 macro
H A Dsb16.c634 v |= (ch->fmt & AFMT_16BIT)? DSP_DMA16 : DSP_DMA8;
659 v |= (ch->fmt & AFMT_16BIT)? DSP_DMA16 : DSP_DMA8;
/freebsd-13-stable/sys/dev/sound/pci/
H A Dals4000.c315 #define ALS_8BIT_CMD(x, y) { (x), (y), DSP_DMA8, DSP_CMD_DMAPAUSE_8 }

Completed in 118 milliseconds