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

/freebsd-11-stable/sys/dev/sound/isa/
H A Dsb.h127 * cmd is a combination of DSP_DMA16 or DSP_DMA8 and
130 #define DSP_DMA16 0xb0 macro
H A Dsb16.c635 v |= (ch->fmt & AFMT_16BIT)? DSP_DMA16 : DSP_DMA8;
660 v |= (ch->fmt & AFMT_16BIT)? DSP_DMA16 : DSP_DMA8;
/freebsd-11-stable/sys/dev/sound/pci/
H A Dals4000.c315 #define ALS_16BIT_CMD(x, y) { (x), (y), DSP_DMA16, DSP_CMD_DMAPAUSE_16 }

Completed in 108 milliseconds