Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/intel/catpt/
Dloader.c632 catpt_dsp_update_srampge(cdev, &cdev->dram, cdev->spec->dram_mask); in catpt_boot_firmware()
633 catpt_dsp_update_srampge(cdev, &cdev->iram, cdev->spec->iram_mask); in catpt_boot_firmware()
668 catpt_dsp_update_srampge(cdev, &cdev->dram, cdev->spec->dram_mask); in catpt_first_boot_firmware()
Dcore.h121 void catpt_dsp_update_srampge(struct catpt_dev *cdev, struct resource *sram,
Dpcm.c285 catpt_dsp_update_srampge(cdev, &cdev->dram, cdev->spec->dram_mask); in catpt_dai_startup()
320 catpt_dsp_update_srampge(cdev, &cdev->dram, cdev->spec->dram_mask); in catpt_dai_shutdown()
Ddsp.c189 void catpt_dsp_update_srampge(struct catpt_dev *cdev, struct resource *sram, in catpt_dsp_update_srampge() function