Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/sof/intel/
Dbdw.c92 SHIM_CSR_STALL, 0x0); in bdw_run()
102 SHIM_CSR_RST | SHIM_CSR_STALL, in bdw_reset()
103 SHIM_CSR_RST | SHIM_CSR_STALL); in bdw_reset()
110 SHIM_CSR_RST | SHIM_CSR_STALL, in bdw_reset()
111 SHIM_CSR_STALL); in bdw_reset()
157 SHIM_CSR, SHIM_CSR_STALL | in bdw_set_dsp_D0()
159 SHIM_CSR_STALL | in bdw_set_dsp_D0()
Dshim.h63 #define SHIM_CSR_STALL BIT(10) macro