Searched refs:MASK_FIRST_FIELD (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/drivers/vx/
H A Dvx_cmd.h161 #define MASK_FIRST_FIELD 0x0000001F 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.c1150 p = chip->irq_rmh.Stat[i] & MASK_FIRST_FIELD;
1197 chip->audio_outs = rmh.Stat[0] & MASK_FIRST_FIELD;
1198 chip->audio_ins = (rmh.Stat[0] >> (FIELD_SIZE*2)) & MASK_FIRST_FIELD;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/drivers/vx/
H A Dvx_cmd.h161 #define MASK_FIRST_FIELD 0x0000001F 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.c1150 p = chip->irq_rmh.Stat[i] & MASK_FIRST_FIELD;
1197 chip->audio_outs = rmh.Stat[0] & MASK_FIRST_FIELD;
1198 chip->audio_ins = (rmh.Stat[0] >> (FIELD_SIZE*2)) & MASK_FIRST_FIELD;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/pci/pcxhr/
H A Dpcxhr_core.h88 #define MASK_FIRST_FIELD 0x0000001f macro
H A Dpcxhr_hwdep.c70 if ((rmh.stat[0] & MASK_FIRST_FIELD) != mgr->playback_chips * 2)
73 if (((rmh.stat[0] >> (2 * FIELD_SIZE)) & MASK_FIRST_FIELD) <
H A Dpcxhr_core.c738 snd_BUG_ON(param1 > MASK_FIRST_FIELD);
744 snd_BUG_ON(param2 > MASK_FIRST_FIELD);
1071 MASK_FIRST_FIELD);
1073 MASK_FIRST_FIELD);
1074 int pipe = prmh->stat[i] & MASK_FIRST_FIELD;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/pci/pcxhr/
H A Dpcxhr_core.h88 #define MASK_FIRST_FIELD 0x0000001f macro
H A Dpcxhr_hwdep.c70 if ((rmh.stat[0] & MASK_FIRST_FIELD) != mgr->playback_chips * 2)
73 if (((rmh.stat[0] >> (2 * FIELD_SIZE)) & MASK_FIRST_FIELD) <
H A Dpcxhr_core.c738 snd_BUG_ON(param1 > MASK_FIRST_FIELD);
744 snd_BUG_ON(param2 > MASK_FIRST_FIELD);
1071 MASK_FIRST_FIELD);
1073 MASK_FIRST_FIELD);
1074 int pipe = prmh->stat[i] & MASK_FIRST_FIELD;

Completed in 122 milliseconds