Home
last modified time | relevance | path

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

/linux/sound/soc/sof/intel/
H A Dhda-ctrl.c153 u32 val = enable ? PCI_CGCTL_MISCBDCGE_MASK : 0; in hda_dsp_ctrl_misc_clock_gating()
155 snd_sof_pci_update_bits(sdev, PCI_CGCTL, PCI_CGCTL_MISCBDCGE_MASK, val); in hda_dsp_ctrl_misc_clock_gating()
H A Dhda.h34 #define PCI_CGCTL_MISCBDCGE_MASK BIT(6) macro