Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/sof/intel/
H A Dhda-ctrl.c37 val = reset ? 0 : SOF_HDA_GCTL_RESET; in hda_dsp_ctrl_link_reset()
41 SOF_HDA_GCTL_RESET, val); in hda_dsp_ctrl_link_reset()
47 if ((gctl & SOF_HDA_GCTL_RESET) == val) in hda_dsp_ctrl_link_reset()
H A Dhda.h49 #define SOF_HDA_GCTL_RESET BIT(0) macro