Home
last modified time | relevance | path

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

/openbmc/linux/drivers/remoteproc/
H A Dst_remoteproc.c250 int reset_sw = 0, reset_pwr = 0; in st_rproc_state() local
253 reset_sw = reset_control_status(ddata->sw_reset); in st_rproc_state()
258 if (reset_sw < 0 || reset_pwr < 0) in st_rproc_state()
261 return !reset_sw && !reset_pwr; in st_rproc_state()
/openbmc/linux/sound/soc/sof/mediatek/mt8195/
H A Dmt8195.c407 u32 reset_sw, dbg_pc; in mt8195_dsp_suspend() local
411 DSP_RESET_SW, reset_sw, in mt8195_dsp_suspend()
412 ((reset_sw & ADSP_PWAIT) == ADSP_PWAIT), in mt8195_dsp_suspend()
418 reset_sw, dbg_pc, ret); in mt8195_dsp_suspend()