__off              20 arch/arm/plat-samsung/include/plat/gpio-core.h #define con_4bit_shift(__off) ((__off) * 4)
__off              55 drivers/mmc/core/mmc.c 		const int __off = 3 - ((start) / 32);			\
__off              59 drivers/mmc/core/mmc.c 		__res = resp[__off] >> __shft;				\
__off              61 drivers/mmc/core/mmc.c 			__res |= resp[__off-1] << ((32 - __shft) % 32);	\
__off              59 drivers/mmc/core/sd.c 		const int __off = 3 - ((start) / 32);			\
__off              63 drivers/mmc/core/sd.c 		__res = resp[__off] >> __shft;				\
__off              65 drivers/mmc/core/sd.c 			__res |= resp[__off-1] << ((32 - __shft) % 32);	\