Searched refs:stack_words (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/sound/soc/sof/xtensa/ | 
| D | core.c | 110 			 u32 stack_words)  in xtensa_stack()  argument 124 	for (i = 0; i < stack_words; i += 4) {  in xtensa_stack()
  | 
| /Linux-v5.4/sound/soc/sof/ | 
| D | sof-priv.h | 214 			  u32 *stack, u32 stack_words); 576 			void *stack, size_t stack_words); 615 			     u32 stack_words)  in sof_stack()  argument 618 		sof_arch_ops(sdev)->dsp_stack(sdev, oops, stack, stack_words);  in sof_stack()
  | 
| D | core.c | 163 			void *stack, size_t stack_words)  in snd_sof_get_status()  argument 194 	sof_stack(sdev, oops, stack, stack_words);  in snd_sof_get_status()
  | 
| /Linux-v5.4/sound/soc/sof/intel/ | 
| D | bdw.c | 222 			      u32 *stack, size_t stack_words)  in bdw_get_registers()  argument 242 	sof_mailbox_read(sdev, offset, stack, stack_words * sizeof(u32));  in bdw_get_registers()
  | 
| D | byt.c | 120 			      u32 *stack, size_t stack_words)  in byt_get_registers()  argument 140 	sof_mailbox_read(sdev, offset, stack, stack_words * sizeof(u32));  in byt_get_registers()
  | 
| D | hda.c | 126 				  u32 *stack, size_t stack_words)  in hda_dsp_get_registers()  argument 148 		       stack_words * sizeof(u32));  in hda_dsp_get_registers()
  |