Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/sof/intel/
H A Dhda-ctrl.c42 val = reset ? 0 : SOF_HDA_GCTL_RESET; in hda_dsp_ctrl_link_reset()
46 SOF_HDA_GCTL_RESET, val); in hda_dsp_ctrl_link_reset()
52 if ((gctl & SOF_HDA_GCTL_RESET) == val) in hda_dsp_ctrl_link_reset()
H A Dhda.h47 #define SOF_HDA_GCTL_RESET BIT(0) macro