Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/
H A Dfastrpc.c58 #define FASTRPC_MAX_DSP_ATTRIBUTES (256) macro
59 #define FASTRPC_MAX_DSP_ATTRIBUTES_LEN (sizeof(u32) * FASTRPC_MAX_DSP_ATTRIBUTES)
275 u32 dsp_attributes[FASTRPC_MAX_DSP_ATTRIBUTES];
1740 err = fastrpc_get_info_from_dsp(fl, dsp_attributes, FASTRPC_MAX_DSP_ATTRIBUTES); in fastrpc_get_info_from_kernel()
1783 if (cap.attribute_id >= FASTRPC_MAX_DSP_ATTRIBUTES) { in fastrpc_get_dsp_info()