Home
last modified time | relevance | path

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

/sound/pci/pcxhr/
Dpcxhr_core.c541 if (rmh->stat_len < PCXHR_SIZE_MAX_STATUS) in pcxhr_read_rmh_status()
543 else max_stat_len = rmh->stat_len; in pcxhr_read_rmh_status()
545 for (i = 0; i < rmh->stat_len; i++) { in pcxhr_read_rmh_status()
566 rmh->stat_len = (data & 0x0000ff) + 1; in pcxhr_read_rmh_status()
570 rmh->stat_len = 1; in pcxhr_read_rmh_status()
574 rmh->stat_len++; in pcxhr_read_rmh_status()
587 if (rmh->stat_len > max_stat_len) { in pcxhr_read_rmh_status()
589 rmh->stat_len); in pcxhr_read_rmh_status()
590 rmh->stat_len = max_stat_len; in pcxhr_read_rmh_status()
723 rmh->stat_len = pcxhr_dsp_cmds[cmd].st_length; in pcxhr_init_rmh()
[all …]
Dpcxhr_core.h36 u16 stat_len; /* length of the status received (WORDs) */ member
Dpcxhr.c1273 rmh.stat_len = PCXHR_SIZE_MAX_STATUS; in pcxhr_proc_info()
1278 if (rmh.stat_len > 8) in pcxhr_proc_info()
1279 rmh.stat_len = 8; in pcxhr_proc_info()
1280 for (i = 0; i < rmh.stat_len; i++) in pcxhr_proc_info()
/sound/pci/lx6464es/
Dlx_core.c214 rmh->stat_len = dsp_commands[cmd].dcStatusLength; in lx_message_init()
239 for (i = 0; i != rmh->stat_len; ++i) in lx_message_dump()
289 if (rmh->stat_len) { in lx_message_send_atomic()
290 snd_BUG_ON(rmh->stat_len >= (REG_CRM_NUMBER-1)); in lx_message_send_atomic()
292 rmh->stat_len); in lx_message_send_atomic()
403 chip->rmh.stat_len = 9; /* we don't necessarily need the full length */ in lx_dsp_read_async_events()
408 memcpy(data, chip->rmh.stat, chip->rmh.stat_len * sizeof(u32)); in lx_dsp_read_async_events()
496 for (i = 0; i < MAX_STREAM_BUFFER && i < chip->rmh.stat_len; in lx_buffer_ask()
579 chip->rmh.stat_len = 2; /* need all words here! */ in lx_pipe_sample_count()
Dlx_core.h88 u16 stat_len; /* length of the status received (WORDs) */ member