Home
last modified time | relevance | path

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

/sound/soc/intel/haswell/
Dsst-haswell-dsp.c257 reg &= ~(SST_VDRTCL2_DCLCGE | SST_VDRTCL2_DTCGE); in hsw_set_dsp_D3()
284 reg |= SST_VDRTCL2_DCLCGE | SST_VDRTCL2_DTCGE; in hsw_set_dsp_D3()
313 reg &= ~(SST_VDRTCL2_DCLCGE | SST_VDRTCL2_DTCGE); in hsw_set_dsp_D0()
357 reg |= SST_VDRTCL2_DCLCGE | SST_VDRTCL2_DTCGE; in hsw_set_dsp_D0()
551 val &= ~SST_VDRTCL2_DCLCGE; in hsw_block_enable()
563 val |= SST_VDRTCL2_DCLCGE; in hsw_block_enable()
587 val &= ~SST_VDRTCL2_DCLCGE; in hsw_block_disable()
602 val |= SST_VDRTCL2_DCLCGE; in hsw_block_disable()
/sound/soc/intel/common/
Dsst-dsp.h169 #define SST_VDRTCL2_DCLCGE (1 << 1) macro