Home
last modified time | relevance | path

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

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