fast_dll          117 arch/arm/mach-omap2/sdrc2xxx.c 	u32 fast_dll = 0;
fast_dll          140 arch/arm/mach-omap2/sdrc2xxx.c 		fast_dll = sdrc_read_reg(SDRC_DLLA_CTRL);
fast_dll          143 arch/arm/mach-omap2/sdrc2xxx.c 		fast_dll = sdrc_read_reg(SDRC_DLLB_CTRL);
fast_dll          147 arch/arm/mach-omap2/sdrc2xxx.c 		fast_dll &= ~0xff00;
fast_dll          148 arch/arm/mach-omap2/sdrc2xxx.c 		fast_dll |= dll_cnt;		/* Current lock mode */
fast_dll          151 arch/arm/mach-omap2/sdrc2xxx.c 	mem_timings.fast_dll_ctrl = (fast_dll | (3 << 8));