Home
last modified time | relevance | path

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

/Linux-v4.19/sound/drivers/vx/
Dvx_core.c165 if (rmh->DspStat == RMH_SSIZE_FIXED && rmh->LgStat == 0) in vx_read_status()
185 rmh->LgStat = size + 1; in vx_read_status()
196 rmh->LgStat = size + 1; in vx_read_status()
200 size = rmh->LgStat; in vx_read_status()
Dvx_cmd.c105 rmh->LgStat = vx_dsp_cmds[cmd].st_length; in vx_init_rmh()
Dvx_pcm.c1133 while (i < chip->irq_rmh.LgStat) { in vx_pcm_update_intr()
Dvx_mixer.c384 rmh.LgStat += 2 * VU_METER_CHANNELS; in vx_get_audio_vu_meter()
/Linux-v4.19/include/sound/
Dvx_core.h42 u16 LgStat; /* length of the status received (WORDs) */ member