Home
last modified time | relevance | path

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

/linux/drivers/mmc/core/
H A Dmmc_ops.h64 const int __off = 3 - (start / 32); in unstuff_bits() local
66 u32 __res = resp[__off] >> __shft; in unstuff_bits()
69 __res |= resp[__off - 1] << ((32 - __shft) % 32); in unstuff_bits()
/linux/arch/arm/mach-s3c/
H A Dgpio-core.h20 #define con_4bit_shift(__off) ((__off) * 4) argument
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_core_autosize.c133 volatile long __off = sizeof(*dst) - (sz); \
134 bpf_core_read((char *)(dst) + __off, sz, src); \