Home
last modified time | relevance | path

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

/Linux-v5.15/sound/soc/intel/catpt/
Ddsp.c198 catpt_updatel_pci(cdev, VDRTCTL2, CATPT_VDRTCTL2_DCLCGE, 0); in catpt_dsp_update_srampge()
203 catpt_updatel_pci(cdev, VDRTCTL2, CATPT_VDRTCTL2_DCLCGE, in catpt_dsp_update_srampge()
204 CATPT_VDRTCTL2_DCLCGE); in catpt_dsp_update_srampge()
352 catpt_updatel_pci(cdev, VDRTCTL2, CATPT_VDRTCTL2_DCLCGE, 0); in catpt_dsp_power_down()
365 mask = CATPT_VDRTCTL2_CGEALL & (~CATPT_VDRTCTL2_DCLCGE); in catpt_dsp_power_down()
385 catpt_updatel_pci(cdev, VDRTCTL2, CATPT_VDRTCTL2_DCLCGE, in catpt_dsp_power_down()
386 CATPT_VDRTCTL2_DCLCGE); in catpt_dsp_power_down()
397 catpt_updatel_pci(cdev, VDRTCTL2, CATPT_VDRTCTL2_DCLCGE, 0); in catpt_dsp_power_up()
400 mask = CATPT_VDRTCTL2_CGEALL & (~CATPT_VDRTCTL2_DCLCGE); in catpt_dsp_power_up()
423 catpt_updatel_pci(cdev, VDRTCTL2, CATPT_VDRTCTL2_DCLCGE, in catpt_dsp_power_up()
[all …]
Dregisters.h89 #define CATPT_VDRTCTL2_DCLCGE BIT(1) macro