Home
last modified time | relevance | path

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

/components/drivers/sdio/
A Ddev_mmc.c52 const rt_int32_t __off = 3 - ((start) / 32); in GET_BITS() local
56 __res = resp[__off] >> __shft; in GET_BITS()
58 __res |= resp[__off - 1] << ((32 - __shft) % 32); in GET_BITS()
A Ddev_sd.c52 const rt_int32_t __off = 3 - ((start) / 32); in GET_BITS() local
56 __res = resp[__off] >> __shft; in GET_BITS()
58 __res |= resp[__off-1] << ((32 - __shft) % 32); in GET_BITS()

Completed in 7 milliseconds