Home
last modified time | relevance | path

Searched refs:dram_mask (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/sound/soc/intel/catpt/
Ddsp.c357 catpt_dsp_set_srampge(cdev, &cdev->dram, cdev->spec->dram_mask, in lpt_dsp_power_down()
358 cdev->spec->dram_mask); in lpt_dsp_power_down()
372 catpt_dsp_set_srampge(cdev, &cdev->dram, cdev->spec->dram_mask, 0); in lpt_dsp_power_up()
419 catpt_dsp_set_srampge(cdev, &cdev->dram, cdev->spec->dram_mask, in wpt_dsp_power_down()
420 cdev->spec->dram_mask); in wpt_dsp_power_down()
455 catpt_dsp_set_srampge(cdev, &cdev->dram, cdev->spec->dram_mask, 0); in wpt_dsp_power_up()
Ddevice.c312 .dram_mask = LPT_VDRTCTL0_DSRAMPGE_MASK,
327 .dram_mask = WPT_VDRTCTL0_DSRAMPGE_MASK,
Dcore.h81 u32 dram_mask; member
Dregisters.h133 #define catpt_num_dram(cdev) (hweight_long((cdev)->spec->dram_mask))
Dloader.c632 catpt_dsp_update_srampge(cdev, &cdev->dram, cdev->spec->dram_mask); in catpt_boot_firmware()
668 catpt_dsp_update_srampge(cdev, &cdev->dram, cdev->spec->dram_mask); in catpt_first_boot_firmware()
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()