Searched refs:csd_structure (Results 1 – 3 of 3) sorted by relevance
38 rt_uint8_t csd_structure; /* CSD register version */ member
77 csd->csd_structure = GET_BITS(resp, 126, 2); in mmcsd_parse_csd()78 if (csd->csd_structure == 0) in mmcsd_parse_csd()80 LOG_E("unrecognised CSD structure version %d!", csd->csd_structure); in mmcsd_parse_csd()
68 csd->csd_structure = GET_BITS(resp, 126, 2); in mmcsd_parse_csd()70 switch (csd->csd_structure) in mmcsd_parse_csd()130 LOG_E("unrecognised CSD structure version %d!", csd->csd_structure); in mmcsd_parse_csd()
Completed in 6 milliseconds