Home
last modified time | relevance | path

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

/components/drivers/sdio/
A Ddev_mmc.c54 rt_uint32_t __res; in GET_BITS() local
56 __res = resp[__off] >> __shft; in GET_BITS()
58 __res |= resp[__off - 1] << ((32 - __shft) % 32); in GET_BITS()
60 return __res & __mask; in GET_BITS()
A Ddev_sd.c54 rt_uint32_t __res; in GET_BITS() local
56 __res = resp[__off] >> __shft; in GET_BITS()
58 __res |= resp[__off-1] << ((32 - __shft) % 32); in GET_BITS()
60 return __res & __mask; in GET_BITS()

Completed in 4 milliseconds