Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/intel/haswell/
Dsst-haswell-dsp.c295 SST_CSR_RST | SST_CSR_STALL, in hsw_reset()
296 SST_CSR_RST | SST_CSR_STALL); in hsw_reset()
303 SST_CSR_RST | SST_CSR_STALL, SST_CSR_STALL); in hsw_reset()
344 SST_CSR, SST_CSR_STALL | SST_CSR_DCS_MASK, in hsw_set_dsp_D0()
345 SST_CSR_STALL | SST_CSR_DCS(4)); in hsw_set_dsp_D0()
407 sst_dsp_shim_update_bits_unlocked(sst, SST_CSR, SST_CSR_STALL, 0x0); in hsw_boot()
414 SST_CSR_24MHZ_LPCS | SST_CSR_STALL, in hsw_stall()
415 SST_CSR_STALL | SST_CSR_24MHZ_LPCS); in hsw_stall()
424 SST_CSR_24MHZ_LPCS | SST_CSR_RST | SST_CSR_STALL, in hsw_sleep()
425 SST_CSR_RST | SST_CSR_STALL | SST_CSR_24MHZ_LPCS); in hsw_sleep()
/linux-4.4.14/sound/soc/intel/common/
Dsst-dsp.h78 #define SST_CSR_STALL (0x1 << 10) macro