Searched refs:stack_words (Results 1 – 8 of 8) sorted by relevance
/linux/sound/soc/sof/imx/ |
A D | imx-common.c | 26 u32 *stack, size_t stack_words) in imx8_get_registers() argument 44 sof_mailbox_read(sdev, offset, stack, stack_words * sizeof(u32)); in imx8_get_registers()
|
A D | imx-common.h | 12 u32 *stack, size_t stack_words);
|
/linux/sound/soc/sof/xtensa/ |
A D | core.c | 110 u32 stack_words) in xtensa_stack() argument 124 for (i = 0; i < stack_words; i += 4) { in xtensa_stack()
|
/linux/sound/soc/sof/ |
A D | sof-priv.h | 310 u32 *stack, u32 stack_words); 548 void *stack, size_t stack_words); 560 u32 stack_words) in sof_stack() argument 562 sof_dsp_arch_ops(sdev)->dsp_stack(sdev, oops, stack, stack_words); in sof_stack()
|
A D | core.c | 63 void *stack, size_t stack_words) in snd_sof_get_status() argument 94 sof_stack(sdev, oops, stack, stack_words); in snd_sof_get_status()
|
/linux/sound/soc/sof/intel/ |
A D | atom.c | 39 u32 *stack, size_t stack_words) in atom_get_registers() argument 59 sof_mailbox_read(sdev, offset, stack, stack_words * sizeof(u32)); in atom_get_registers()
|
A D | bdw.c | 227 u32 *stack, size_t stack_words) in bdw_get_registers() argument 247 sof_mailbox_read(sdev, offset, stack, stack_words * sizeof(u32)); in bdw_get_registers()
|
A D | hda.c | 504 u32 *stack, size_t stack_words) in hda_dsp_get_registers() argument 526 stack_words * sizeof(u32)); in hda_dsp_get_registers()
|
Completed in 11 milliseconds