phaseconf         822 sound/soc/fsl/fsl_spdif.c 	u32 freqmeas, phaseconf;
phaseconf         826 sound/soc/fsl/fsl_spdif.c 	regmap_read(regmap, REG_SPDIF_SRPC, &phaseconf);
phaseconf         828 sound/soc/fsl/fsl_spdif.c 	clksrc = (phaseconf >> SRPC_CLKSRC_SEL_OFFSET) & 0xf;
phaseconf         831 sound/soc/fsl/fsl_spdif.c 	if (srpc_dpll_locked[clksrc] && (phaseconf & SRPC_DPLL_LOCKED))