Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/mmc/core/
Dmmc_ops.h64 const int __shft = start & 31; in unstuff_bits() local
65 u32 __res = resp[__off] >> __shft; in unstuff_bits()
67 if (__size + __shft > 32) in unstuff_bits()
68 __res |= resp[__off - 1] << ((32 - __shft) % 32); in unstuff_bits()