Searched refs:stack_words (Results 1 – 10 of 10) sorted by relevance
/linux/sound/soc/sof/imx/ |
H 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()
|
H A D | imx-common.h | 14 u32 *stack, size_t stack_words);
|
/linux/sound/soc/sof/mediatek/ |
H A D | mtk-adsp-common.c | 32 u32 *stack, size_t stack_words) in mtk_adsp_get_registers() argument 50 sof_mailbox_read(sdev, offset, stack, stack_words * sizeof(u32)); in mtk_adsp_get_registers()
|
/linux/sound/soc/sof/xtensa/ |
H A D | core.c | 116 u32 *stack, u32 stack_words) in xtensa_stack() argument 130 for (i = 0; i < stack_words; i += 4) { in xtensa_stack()
|
/linux/sound/soc/sof/amd/ |
H A D | acp-common.c | 62 u32 *stack, size_t stack_words) in amd_get_registers() argument 81 acp_mailbox_read(sdev, offset, stack, stack_words * sizeof(u32)); in amd_get_registers()
|
/linux/sound/soc/sof/ |
H A D | sof-priv.h | 373 u32 *stack, u32 stack_words); 784 void *stack, size_t stack_words); 801 void *oops, u32 *stack, u32 stack_words) in sof_stack() argument 804 stack_words); in sof_stack()
|
H A D | core.c | 90 void *stack, size_t stack_words) in sof_print_oops_and_stack() argument 122 sof_stack(sdev, level, oops, stack, stack_words); in sof_print_oops_and_stack()
|
/linux/sound/soc/sof/intel/ |
H A D | atom.c | 38 u32 *stack, size_t stack_words) in atom_get_registers() argument 58 sof_mailbox_read(sdev, offset, stack, stack_words * sizeof(u32)); in atom_get_registers()
|
H A D | bdw.c | 226 u32 *stack, size_t stack_words) in bdw_get_registers() argument 246 sof_mailbox_read(sdev, offset, stack, stack_words * sizeof(u32)); in bdw_get_registers()
|
H A D | hda-dsp.c | 1563 u32 *stack, size_t stack_words) in hda_dsp_get_registers() argument 1585 stack_words * sizeof(u32)); in hda_dsp_get_registers()
|