Home
last modified time | relevance | path

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

/linux-5.19.10/sound/soc/fsl/
Dfsl_spdif.h82 #define SCR_SOFT_RESET (1 << 12) macro
Dfsl_spdif.c402 regmap_write(regmap, REG_SPDIF_SCR, SCR_SOFT_RESET); in spdif_softreset()
410 } while ((val & SCR_SOFT_RESET) && cycle--); in spdif_softreset()