Searched refs:UNSTUFF_BITS (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/drivers/mmc/core/ |
A D | sd.c | 126 m = UNSTUFF_BITS(resp, 115, 4); in mmc_decode_csd() 127 e = UNSTUFF_BITS(resp, 112, 3); in mmc_decode_csd() 131 m = UNSTUFF_BITS(resp, 99, 4); in mmc_decode_csd() 132 e = UNSTUFF_BITS(resp, 96, 3); in mmc_decode_csd() 136 e = UNSTUFF_BITS(resp, 47, 3); in mmc_decode_csd() 137 m = UNSTUFF_BITS(resp, 62, 12); in mmc_decode_csd() 156 if (UNSTUFF_BITS(resp, 13, 1)) in mmc_decode_csd() 171 m = UNSTUFF_BITS(resp, 99, 4); in mmc_decode_csd() 172 e = UNSTUFF_BITS(resp, 96, 3); in mmc_decode_csd() 193 if (UNSTUFF_BITS(resp, 13, 1)) in mmc_decode_csd() [all …]
|
A D | mmc.c | 54 #define UNSTUFF_BITS(resp,start,size) \ macro 114 card->cid.prv = UNSTUFF_BITS(resp, 48, 8); in mmc_decode_cid() 161 m = UNSTUFF_BITS(resp, 115, 4); in mmc_decode_csd() 162 e = UNSTUFF_BITS(resp, 112, 3); in mmc_decode_csd() 166 m = UNSTUFF_BITS(resp, 99, 4); in mmc_decode_csd() 167 e = UNSTUFF_BITS(resp, 96, 3); in mmc_decode_csd() 171 e = UNSTUFF_BITS(resp, 47, 3); in mmc_decode_csd() 172 m = UNSTUFF_BITS(resp, 62, 12); in mmc_decode_csd() 179 csd->dsr_imp = UNSTUFF_BITS(resp, 76, 1); in mmc_decode_csd() 185 a = UNSTUFF_BITS(resp, 42, 5); in mmc_decode_csd() [all …]
|
Completed in 13 milliseconds