Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/intel/haswell/
Dsst-haswell-dsp.c300 SST_CSR_RST | SST_CSR_STALL, in hsw_reset()
301 SST_CSR_RST | SST_CSR_STALL); in hsw_reset()
308 SST_CSR_RST | SST_CSR_STALL, SST_CSR_STALL); in hsw_reset()
429 SST_CSR_24MHZ_LPCS | SST_CSR_RST | SST_CSR_STALL, in hsw_sleep()
430 SST_CSR_RST | SST_CSR_STALL | SST_CSR_24MHZ_LPCS); in hsw_sleep()
/Linux-v4.19/sound/soc/intel/common/
Dsst-dsp.h73 #define SST_CSR_RST (0x1 << 1) macro