Home
last modified time | relevance | path

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

/linux-5.19.10/sound/drivers/vx/
Dvx_core.c157 if (rmh->DspStat == RMH_SSIZE_FIXED && rmh->LgStat == 0) in vx_read_status()
177 rmh->LgStat = size + 1; in vx_read_status()
188 rmh->LgStat = size + 1; in vx_read_status()
192 size = rmh->LgStat; in vx_read_status()
Dvx_cmd.c92 rmh->LgStat = vx_dsp_cmds[cmd].st_length; in vx_init_rmh()
Dvx_pcm.c1099 while (i < chip->irq_rmh.LgStat) { in vx_pcm_update_intr()
Dvx_mixer.c371 rmh.LgStat += 2 * VU_METER_CHANNELS; in vx_get_audio_vu_meter()
/linux-5.19.10/include/sound/
Dvx_core.h29 u16 LgStat; /* length of the status received (WORDs) */ member