Home
last modified time | relevance | path

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

/linux/drivers/remoteproc/
H A Dst_remoteproc.c247 int reset_sw = 0, reset_pwr = 0; in st_rproc_state() local
250 reset_sw = reset_control_status(ddata->sw_reset); in st_rproc_state()
255 if (reset_sw < 0 || reset_pwr < 0) in st_rproc_state()
258 return !reset_sw && !reset_pwr; in st_rproc_state()
/linux/sound/soc/sof/mediatek/mt8195/
H A Dmt8195.c302 u32 reset_sw, dbg_pc; in mt8195_dsp_suspend() local
306 DSP_RESET_SW, reset_sw, in mt8195_dsp_suspend()
307 ((reset_sw & ADSP_PWAIT) == ADSP_PWAIT), in mt8195_dsp_suspend()
313 reset_sw, dbg_pc, ret); in mt8195_dsp_suspend()