Home
last modified time | relevance | path

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

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