Searched refs:CATPT_VDRTCTL2_DCLCGE (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/sound/soc/intel/catpt/ |
D | dsp.c | 208 catpt_updatel_pci(cdev, VDRTCTL2, CATPT_VDRTCTL2_DCLCGE, 0); in catpt_dsp_update_srampge() 213 catpt_updatel_pci(cdev, VDRTCTL2, CATPT_VDRTCTL2_DCLCGE, in catpt_dsp_update_srampge() 214 CATPT_VDRTCTL2_DCLCGE); in catpt_dsp_update_srampge() 362 catpt_updatel_pci(cdev, VDRTCTL2, CATPT_VDRTCTL2_DCLCGE, 0); in catpt_dsp_power_down() 375 mask = CATPT_VDRTCTL2_CGEALL & (~CATPT_VDRTCTL2_DCLCGE); in catpt_dsp_power_down() 395 catpt_updatel_pci(cdev, VDRTCTL2, CATPT_VDRTCTL2_DCLCGE, in catpt_dsp_power_down() 396 CATPT_VDRTCTL2_DCLCGE); in catpt_dsp_power_down() 407 catpt_updatel_pci(cdev, VDRTCTL2, CATPT_VDRTCTL2_DCLCGE, 0); in catpt_dsp_power_up() 410 mask = CATPT_VDRTCTL2_CGEALL & (~CATPT_VDRTCTL2_DCLCGE); in catpt_dsp_power_up() 433 catpt_updatel_pci(cdev, VDRTCTL2, CATPT_VDRTCTL2_DCLCGE, in catpt_dsp_power_up() [all …]
|
D | registers.h | 89 #define CATPT_VDRTCTL2_DCLCGE BIT(1) macro
|