Home
last modified time | relevance | path

Searched refs:DspStat (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/sound/drivers/vx/
H A Dvx_cmd.c93 rmh->DspStat = vx_dsp_cmds[cmd].st_type; in vx_init_rmh()
H A Dvx_core.c157 if (rmh->DspStat == RMH_SSIZE_FIXED && rmh->LgStat == 0) in vx_read_status()
173 switch (rmh->DspStat) { in vx_read_status()
248 rmh->Cmd[0], rmh->LgCmd, rmh->DspStat); in vx_send_msg_nolock()
/openbmc/linux/include/sound/
H A Dvx_core.h32 u16 DspStat; /* status type, RMP_SSIZE_XXX */ member