Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/sof/intel/
H A Dhda.c638 fsr & FSR_HALTED ? "not running" : "running"); in hda_dsp_get_state()
642 fsr & FSR_HALTED ? "not running" : "running"); in hda_dsp_get_state()
H A Dhda.h194 #define FSR_HALTED BIT(31) macro