fastcfg           233 drivers/bus/qcom-ebi2.c 	u32 slowcfg, fastcfg;
fastcfg           246 drivers/bus/qcom-ebi2.c 	fastcfg = 0;
fastcfg           264 drivers/bus/qcom-ebi2.c 				fastcfg |= BIT(xp->shift);
fastcfg           279 drivers/bus/qcom-ebi2.c 			fastcfg |= (val << xp->shift);
fastcfg           284 drivers/bus/qcom-ebi2.c 		 csindex, slowcfg, fastcfg);
fastcfg           288 drivers/bus/qcom-ebi2.c 	if (fastcfg)
fastcfg           289 drivers/bus/qcom-ebi2.c 		writel(fastcfg, ebi2_xmem + csd->fast_cfg);