idlest_offs       209 arch/arm/mach-omap2/cm2xxx.c 	u8 idlest_offs;
idlest_offs       212 arch/arm/mach-omap2/cm2xxx.c 	idlest_offs = idlest_reg->offset & 0xff;
idlest_offs       214 arch/arm/mach-omap2/cm2xxx.c 		if (idlest_offs == omap2xxx_cm_idlest_offs[i]) {
idlest_offs       123 arch/arm/mach-omap2/cm3xxx.c 	u8 idlest_offs;
idlest_offs       126 arch/arm/mach-omap2/cm3xxx.c 	idlest_offs = idlest_reg->offset & 0xff;
idlest_offs       128 arch/arm/mach-omap2/cm3xxx.c 		if (idlest_offs == omap3xxx_cm_idlest_offs[i]) {