Home
last modified time | relevance | path

Searched refs:__off (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/arm/plat-samsung/include/plat/
Dgpio-core.h23 #define con_4bit_shift(__off) ((__off) * 4) argument
/linux-4.1.27/drivers/mmc/core/
Dsd.c60 const int __off = 3 - ((start) / 32); \
64 __res = resp[__off] >> __shft; \
66 __res |= resp[__off-1] << ((32 - __shft) % 32); \
Dmmc.c51 const int __off = 3 - ((start) / 32); \
55 __res = resp[__off] >> __shft; \
57 __res |= resp[__off-1] << ((32 - __shft) % 32); \