Searched refs:c_size (Results 1 – 2 of 2) sorted by relevance
144 const uint32_t c_size = ((pdata->response[2] >> 16) | in sdmmc_probe_sd()146 sdmmc->capacity = (c_size + 1ul) * 512ul * 1024ul; in sdmmc_probe_sd()
161 uint16_t c_size = ((raw_csd[MMC_CSD_SIZE_START] >> 6) & 0x3) | in mmc_decode_csd() local164 if (c_size != 0xfff) { in mmc_decode_csd()165 zxlogf(ERROR, "mmc: unsupported C_SIZE 0x%04x\n", c_size); in mmc_decode_csd()
Completed in 6 milliseconds