Home
last modified time | relevance | path

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

/Linux-v5.4/sound/soc/intel/haswell/
Dsst-haswell-dsp.c253 reg &= ~(SST_VDRTCL2_DCLCGE | SST_VDRTCL2_DTCGE); in hsw_set_dsp_D3()
280 reg |= SST_VDRTCL2_DCLCGE | SST_VDRTCL2_DTCGE; in hsw_set_dsp_D3()
309 reg &= ~(SST_VDRTCL2_DCLCGE | SST_VDRTCL2_DTCGE); in hsw_set_dsp_D0()
353 reg |= SST_VDRTCL2_DCLCGE | SST_VDRTCL2_DTCGE; in hsw_set_dsp_D0()
/Linux-v5.4/sound/soc/intel/common/
Dsst-dsp.h161 #define SST_VDRTCL2_DTCGE (1 << 10) macro