Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/intel/catpt/
H A Dmessages.c79 input.persistent_mem.offset = catpt_to_dsp_offset(persistent->start); in catpt_ipc_alloc_stream()
82 input.scratch_mem.offset = catpt_to_dsp_offset(scratch->start); in catpt_ipc_alloc_stream()
H A Dregisters.h130 #define catpt_to_dsp_offset(offset) ((offset) | CATPT_DSP_DRAM_OFFSET) macro