Searched refs:LgCmd (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/vx/
H A Dvx_cmd.c104 rmh->LgCmd = vx_dsp_cmds[cmd].length;
H A Dvx_core.c254 if (rmh->LgCmd > 1)
295 if (rmh->LgCmd > 1) {
296 for (i = 1; i < rmh->LgCmd; i++) {
H A Dvx_pcm.c130 rmh->LgCmd += 2;
151 rmh.Cmd[rmh.LgCmd] = (data & 0xFFFFFF00) >> 8;
152 rmh.Cmd[rmh.LgCmd + 1] = (data & 0xFF) << 16 /*| (datal & 0xFFFF00) >> 8*/;
153 rmh.LgCmd += 2;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dvx_core.h48 u16 LgCmd; /* length of the command to send (WORDs) */ member in struct:vx_rmh

Completed in 64 milliseconds