Home
last modified time | relevance | path

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

/linux/sound/soc/sof/intel/
H A Dhda-ctrl.c169 val = enable ? PCI_CGCTL_ADSPDCGE : 0; in hda_dsp_ctrl_clock_power_gating()
170 snd_sof_pci_update_bits(sdev, PCI_CGCTL, PCI_CGCTL_ADSPDCGE, val); in hda_dsp_ctrl_clock_power_gating()
H A Dhda.h35 #define PCI_CGCTL_ADSPDCGE BIT(1) macro