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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/vx/
H A Dvx_cmd.h158 #define MASK_DSP_WORD 0x00FFFFFF macro
226 rmh->Cmd[0] |= (((u32)param1 & MASK_FIRST_FIELD) << FIELD_SIZE) & MASK_DSP_WORD;
229 rmh->Cmd[0] |= ((u32)param2 & MASK_FIRST_FIELD) & MASK_DSP_WORD;
243 rmh->Cmd[0] |= (((u32)pipe & MASK_FIRST_FIELD) << FIELD_SIZE) & MASK_DSP_WORD;
H A Dvx_pcm.c92 dsp_time[1] = (unsigned int)(*pc_time) & MASK_DSP_WORD;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/pcxhr/
H A Dpcxhr_core.h85 #define MASK_DSP_WORD 0x00ffffff macro
H A Dpcxhr.c258 rmh.cmd[1] = pllreg & MASK_DSP_WORD;
640 rmh.cmd[3] = subs->runtime->dma_addr & MASK_DSP_WORD;
H A Dpcxhr_core.c748 snd_BUG_ON(param3 > MASK_DSP_WORD);

Completed in 113 milliseconds