Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/sof/intel/
H A Dhda.h196 #define FSR_TO_WAIT_STATE_CODE(x) (((x) & FSR_WAIT_STATE_MASK) >> 24) macro
H A Dhda.c606 wait_state = FSR_TO_WAIT_STATE_CODE(fsr); in hda_dsp_get_state()