Home
last modified time | relevance | path

Searched refs:CATPT_MEMBLOCK_SIZE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/intel/catpt/
H A 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)
H A 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()
/kernel/linux/linux-6.6/sound/soc/intel/catpt/
H A 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)
H A 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()

Completed in 4 milliseconds