Home
last modified time | relevance | path

Searched refs:MASK_FIRST_FIELD (Results 1 – 5 of 5) sorted by relevance

/sound/drivers/vx/
Dvx_cmd.h161 #define MASK_FIRST_FIELD 0x0000001F macro
226 rmh->Cmd[0] |= (((u32)param1 & MASK_FIRST_FIELD) << FIELD_SIZE) & MASK_DSP_WORD; in vx_set_pipe_cmd_params()
229 rmh->Cmd[0] |= ((u32)param2 & MASK_FIRST_FIELD) & MASK_DSP_WORD; in vx_set_pipe_cmd_params()
243 rmh->Cmd[0] |= (((u32)pipe & MASK_FIRST_FIELD) << FIELD_SIZE) & MASK_DSP_WORD; in vx_set_stream_cmd_params()
Dvx_pcm.c1137 p = chip->irq_rmh.Stat[i] & MASK_FIRST_FIELD; in vx_pcm_update_intr()
1184 chip->audio_outs = rmh.Stat[0] & MASK_FIRST_FIELD; in vx_init_audio_io()
1185 chip->audio_ins = (rmh.Stat[0] >> (FIELD_SIZE*2)) & MASK_FIRST_FIELD; in vx_init_audio_io()
/sound/pci/pcxhr/
Dpcxhr_hwdep.c63 if ((rmh.stat[0] & MASK_FIRST_FIELD) < mgr->playback_chips * 2) in pcxhr_init_board()
66 if (((rmh.stat[0] >> (2 * FIELD_SIZE)) & MASK_FIRST_FIELD) < in pcxhr_init_board()
Dpcxhr_core.h90 #define MASK_FIRST_FIELD 0x0000001f macro
Dpcxhr_core.c746 snd_BUG_ON(param1 > MASK_FIRST_FIELD); in pcxhr_set_pipe_cmd_params()
752 snd_BUG_ON(param2 > MASK_FIRST_FIELD); in pcxhr_set_pipe_cmd_params()
1084 MASK_FIRST_FIELD); in pcxhr_msg_thread()
1086 MASK_FIRST_FIELD); in pcxhr_msg_thread()
1087 int pipe = prmh->stat[i] & MASK_FIRST_FIELD; in pcxhr_msg_thread()