Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/
A Dsd.c272 csd_struct = UNSTUFF_BITS(resp, 126, 2); in mmc_decode_csd()
282 m = UNSTUFF_BITS(resp, 99, 4); in mmc_decode_csd()
283 e = UNSTUFF_BITS(resp, 96, 3); in mmc_decode_csd()
287 m = UNSTUFF_BITS(resp, 80, 4); in mmc_decode_csd()
290 e = UNSTUFF_BITS(resp, 47, 3); in mmc_decode_csd()
291 m = UNSTUFF_BITS(resp, 62, 12); in mmc_decode_csd()
322 m = UNSTUFF_BITS(resp, 99, 4); in mmc_decode_csd()
323 e = UNSTUFF_BITS(resp, 96, 3); in mmc_decode_csd()
328 m = UNSTUFF_BITS(resp, 48, 22); in mmc_decode_csd()
591 scr_struct = UNSTUFF_BITS(resp, 60, 4); in mmc_decode_scr()
[all …]
A D_core.h154 #define UNSTUFF_BITS(resp,start,size) \ macro

Completed in 11 milliseconds