clkidshift        954 sound/soc/codecs/cpcap.c 	u16 clkidreg, clkidshift;
clkidshift        963 sound/soc/codecs/cpcap.c 		clkidshift = CPCAP_BIT_ST_DAC_CLK_IN_SEL;
clkidshift        969 sound/soc/codecs/cpcap.c 		clkidshift = CPCAP_BIT_CLK_IN_SEL;
clkidshift        981 sound/soc/codecs/cpcap.c 	err = regmap_update_bits(cpcap->regmap, clkidreg, BIT(clkidshift),
clkidshift        982 sound/soc/codecs/cpcap.c 				 clk_id ? BIT(clkidshift) : 0);