Searched refs:stat_len (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/pcxhr/
H A Dpcxhr_core.c549 if (rmh->stat_len < PCXHR_SIZE_MAX_STATUS)
551 else max_stat_len = rmh->stat_len;
553 for (i = 0; i < rmh->stat_len; i++) {
570 /* need to update rmh->stat_len on the fly ?? */
574 rmh->stat_len = (data & 0x0000ff) + 1;
578 rmh->stat_len = 1;
582 rmh->stat_len++;
595 if (rmh->stat_len > max_stat_len) {
596 snd_printdd("PCXHR : rmh->stat_len=%x too big\n",
597 rmh->stat_len);
[all...]
H A Dpcxhr_core.h49 u16 stat_len; /* length of the status received (WORDs) */ member in struct:pcxhr_rmh
57 CMD_VERSION, /* cmd_len = 2 stat_len = 1 */
58 CMD_SUPPORTED, /* cmd_len = 1 stat_len = 4 */
59 CMD_TEST_IT, /* cmd_len = 1 stat_len = 1 */
60 CMD_SEND_IRQA, /* cmd_len = 1 stat_len = 0 */
61 CMD_ACCESS_IO_WRITE, /* cmd_len >= 1 stat_len >= 1 */
62 CMD_ACCESS_IO_READ, /* cmd_len >= 1 stat_len >= 1 */
63 CMD_ASYNC, /* cmd_len = 1 stat_len = 1 */
64 CMD_MODIFY_CLOCK, /* cmd_len = 3 stat_len = 0 */
65 CMD_RESYNC_AUDIO_INPUTS, /* cmd_len = 1 stat_len
[all...]
H A Dpcxhr.c1261 rmh.stat_len = PCXHR_SIZE_MAX_STATUS;
1266 if (rmh.stat_len > 8)
1267 rmh.stat_len = 8;
1268 for (i = 0; i < rmh.stat_len; i++)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/lx6464es/
H A Dlx_core.c276 rmh->stat_len = dsp_commands[cmd].dcStatusLength;
301 for (i = 0; i != rmh->stat_len; ++i)
351 if (rmh->stat_len) {
352 snd_BUG_ON(rmh->stat_len >= (REG_CRM_NUMBER-1));
354 rmh->stat_len);
469 chip->rmh.stat_len = 9; /* we don't necessarily need the full length */
474 memcpy(data, chip->rmh.stat, chip->rmh.stat_len * sizeof(u32));
680 chip->rmh.stat_len = 2; /* need all words here! */
H A Dlx_core.h106 u16 stat_len; /* length of the status received (WORDs) */ member in struct:lx_rmh
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dhdlc_fr.c477 int stat_len = (lmi == LMI_CISCO) ? 6 : 3; local
482 len += state(hdlc)->dce_pvc_count * (2 + stat_len);
524 data[i++] = stat_len;
554 i += stat_len;
664 int stat_len = (lmi == LMI_CISCO) ? 6 : 3, reptype, error, no_ram, i; local
797 while (skb->len >= i + 2 + stat_len) {
809 if (skb->data[++i] != stat_len) {
853 i += stat_len;

Completed in 174 milliseconds