Searched refs:catpt_dsp_set_srampge (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/sound/soc/intel/catpt/ |
D | dsp.c | 154 static void catpt_dsp_set_srampge(struct catpt_dev *cdev, struct resource *sram, in catpt_dsp_set_srampge() function 210 catpt_dsp_set_srampge(cdev, sram, mask, new); in catpt_dsp_update_srampge() 383 catpt_dsp_set_srampge(cdev, &cdev->dram, cdev->spec->dram_mask, in catpt_dsp_power_down() 385 catpt_dsp_set_srampge(cdev, &cdev->iram, cdev->spec->iram_mask, in catpt_dsp_power_down() 419 catpt_dsp_set_srampge(cdev, &cdev->dram, cdev->spec->dram_mask, 0); in catpt_dsp_power_up() 420 catpt_dsp_set_srampge(cdev, &cdev->iram, cdev->spec->iram_mask, 0); in catpt_dsp_power_up()
|