16#ifdef CONFIG_ARC_DSP_BFLY_SHARING
19#ifdef CONFIG_ARC_AGU_SHARING
29#define SIZEOF_DSP_VOLATILE_REGISTER_SET sizeof(struct dsp_volatile_register_set)
30#define SIZEOF_DSP_NON_VOLATILE_REGISTER_SET 0
39#define SIZEOF_DSP_REGISTER_SET \
40 (SIZEOF_DSP_VOLATILE_REGISTER_SET + SIZEOF_DSP_NON_VOLATILE_REGISTER_SET)
47#define MAIN_DSP_REG_CHECK_BYTE ((unsigned char)0xe5)
48#define FIBER_DSP_REG_CHECK_BYTE ((unsigned char)0xf9)
__UINTPTR_TYPE__ uintptr_t
Definition stdint.h:105
Definition dsp_context.h:25
Definition dsp_context.h:34
struct dsp_non_volatile_register_set dsp_non_volatile
Definition dsp_context.h:36
struct dsp_volatile_register_set dsp_volatile
Definition dsp_context.h:35
Definition dsp_context.h:15