Home
last modified time | relevance | path

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

/openbmc/linux/sound/drivers/vx/
H A Dvx_cmd.h148 #define MASK_FIRST_FIELD 0x0000001F macro
213 rmh->Cmd[0] |= (((u32)param1 & MASK_FIRST_FIELD) << FIELD_SIZE) & MASK_DSP_WORD; in vx_set_pipe_cmd_params()
216 rmh->Cmd[0] |= ((u32)param2 & MASK_FIRST_FIELD) & MASK_DSP_WORD; in vx_set_pipe_cmd_params()
230 rmh->Cmd[0] |= (((u32)pipe & MASK_FIRST_FIELD) << FIELD_SIZE) & MASK_DSP_WORD; in vx_set_stream_cmd_params()
H A Dvx_pcm.c1101 p = chip->irq_rmh.Stat[i] & MASK_FIRST_FIELD; in vx_pcm_update_intr()
1148 chip->audio_outs = rmh.Stat[0] & MASK_FIRST_FIELD; in vx_init_audio_io()
1149 chip->audio_ins = (rmh.Stat[0] >> (FIELD_SIZE*2)) & MASK_FIRST_FIELD; in vx_init_audio_io()
/openbmc/linux/sound/pci/pcxhr/
H A Dpcxhr_hwdep.c50 if ((rmh.stat[0] & MASK_FIRST_FIELD) < mgr->playback_chips * 2) in pcxhr_init_board()
53 if (((rmh.stat[0] >> (2 * FIELD_SIZE)) & MASK_FIRST_FIELD) < in pcxhr_init_board()
H A Dpcxhr_core.h77 #define MASK_FIRST_FIELD 0x0000001f macro
H A Dpcxhr_core.c733 snd_BUG_ON(param1 > MASK_FIRST_FIELD); in pcxhr_set_pipe_cmd_params()
739 snd_BUG_ON(param2 > MASK_FIRST_FIELD); in pcxhr_set_pipe_cmd_params()
1071 MASK_FIRST_FIELD); in pcxhr_msg_thread()
1073 MASK_FIRST_FIELD); in pcxhr_msg_thread()
1074 int pipe = prmh->stat[i] & MASK_FIRST_FIELD; in pcxhr_msg_thread()