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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/sound/
H A Dvx_core.h47 u16 LgCmd; /* length of the command to send (WORDs) */ member in struct:vx_rmh
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/sound/
H A Dvx_core.h47 u16 LgCmd; /* length of the command to send (WORDs) */ member in struct:vx_rmh

Completed in 71 milliseconds