Searched refs:CATPT_VDRTCTL2_DCLCGE (Results 1 – 2 of 2) sorted by relevance
| /linux/sound/soc/intel/catpt/ |
| H A D | dsp.c | 205 catpt_updatel_pci(cdev, VDRTCTL2, CATPT_VDRTCTL2_DCLCGE, 0); in catpt_dsp_update_srampge() 210 catpt_updatel_pci(cdev, VDRTCTL2, CATPT_VDRTCTL2_DCLCGE, in catpt_dsp_update_srampge() 211 CATPT_VDRTCTL2_DCLCGE); in catpt_dsp_update_srampge() 359 catpt_updatel_pci(cdev, VDRTCTL2, CATPT_VDRTCTL2_DCLCGE, 0); in catpt_dsp_power_down() 372 mask = CATPT_VDRTCTL2_CGEALL & (~CATPT_VDRTCTL2_DCLCGE); in catpt_dsp_power_down() 392 catpt_updatel_pci(cdev, VDRTCTL2, CATPT_VDRTCTL2_DCLCGE, in catpt_dsp_power_down() 393 CATPT_VDRTCTL2_DCLCGE); in catpt_dsp_power_down() 404 catpt_updatel_pci(cdev, VDRTCTL2, CATPT_VDRTCTL2_DCLCGE, 0); in catpt_dsp_power_up() 407 mask = CATPT_VDRTCTL2_CGEALL & (~CATPT_VDRTCTL2_DCLCGE); in catpt_dsp_power_up() 430 catpt_updatel_pci(cdev, VDRTCTL2, CATPT_VDRTCTL2_DCLCGE, in catpt_dsp_power_up() [all …]
|
| H A D | registers.h | 89 #define CATPT_VDRTCTL2_DCLCGE BIT(1) macro
|