Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/intel/haswell/
Dsst-haswell-dsp.c262 reg &= ~(SST_VDRTCL2_DCLCGE | SST_VDRTCL2_DTCGE); in hsw_set_dsp_D3()
289 reg |= SST_VDRTCL2_DCLCGE | SST_VDRTCL2_DTCGE; in hsw_set_dsp_D3()
318 reg &= ~(SST_VDRTCL2_DCLCGE | SST_VDRTCL2_DTCGE); in hsw_set_dsp_D0()
362 reg |= SST_VDRTCL2_DCLCGE | SST_VDRTCL2_DTCGE; in hsw_set_dsp_D0()
/Linux-v4.19/sound/soc/intel/common/
Dsst-dsp.h170 #define SST_VDRTCL2_DTCGE (1 << 10) macro