Home
last modified time | relevance | path

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

/linux/sound/soc/sof/intel/
H A Dhda-ctrl.c144 u32 val = enable ? SOF_HDA_PPCTL_PIE : 0; in hda_dsp_ctrl_ppcap_int_enable()
147 SOF_HDA_PPCTL_PIE, val); in hda_dsp_ctrl_ppcap_int_enable()
H A Dhda.h73 #define SOF_HDA_PPCTL_PIE BIT(31) macro