Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/sof/intel/
H A Dhda-ctrl.c176 val = enable ? 0 : PCI_PGCTL_ADSPPGD; in hda_dsp_ctrl_clock_power_gating()
177 snd_sof_pci_update_bits(sdev, PCI_PGCTL, PCI_PGCTL_ADSPPGD, val); in hda_dsp_ctrl_clock_power_gating()
H A Dhda.h29 #define PCI_PGCTL_ADSPPGD BIT(2) macro