Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/sof/intel/
Dhda-dsp.c1535 fsr & FSR_HALTED ? "not running" : "running"); in hda_dsp_get_state()
1539 fsr & FSR_HALTED ? "not running" : "running"); in hda_dsp_get_state()
Dhda.h198 #define FSR_HALTED BIT(31) macro