std_shift 121 arch/arm/mach-omap2/prm.h s8 std_shift; std_shift 63 arch/arm/mach-omap2/prm2xxx.c while (p->reg_shift >= 0 && p->std_shift >= 0) { std_shift 65 arch/arm/mach-omap2/prm2xxx.c r |= 1 << p->std_shift; std_shift 455 arch/arm/mach-omap2/prm3xxx.c while (p->reg_shift >= 0 && p->std_shift >= 0) { std_shift 457 arch/arm/mach-omap2/prm3xxx.c r |= 1 << p->std_shift; std_shift 385 arch/arm/mach-omap2/prm44xx.c while (p->reg_shift >= 0 && p->std_shift >= 0) { std_shift 387 arch/arm/mach-omap2/prm44xx.c r |= 1 << p->std_shift;