Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/intel/catpt/
H A Dloader.c158 off = catpt_to_host_offset(info->offset); in catpt_store_memdumps()
218 off = catpt_to_host_offset(info->offset); in catpt_restore_memdumps()
263 off = catpt_to_host_offset(info->offset); in catpt_restore_fwimage()
H A Dregisters.h129 #define catpt_to_host_offset(offset) ((offset) & ~(CATPT_DSP_DRAM_OFFSET)) macro