Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/intel/catpt/ !
Dregisters.h132 #define CATPT_MEMBLOCK_SIZE 0x8000 macro
135 #define catpt_dram_size(cdev) (catpt_num_dram(cdev) * CATPT_MEMBLOCK_SIZE)
136 #define catpt_iram_size(cdev) (catpt_num_iram(cdev) * CATPT_MEMBLOCK_SIZE)
Ddsp.c185 off += CATPT_MEMBLOCK_SIZE; in catpt_dsp_set_srampge()
199 h = (res->end - sram->start) / CATPT_MEMBLOCK_SIZE; in catpt_dsp_update_srampge()
200 l = (res->start - sram->start) / CATPT_MEMBLOCK_SIZE; in catpt_dsp_update_srampge()