Lines Matching +full:250 +full:mv
52 #define SD_DISCARD_TIMEOUT_MS (250)
697 * the 250ms maximum busy length." Even the in mmc_set_data_timeout()
1012 * @vdd: voltage (mV)
1020 * with @low_bits = true, 3300 mV translates to ilog2(MMC_VDD_32_33);
1021 * with @low_bits = false, 3300 mV translates to ilog2(MMC_VDD_33_34);
1039 /* Base 2000 mV, step 100 mV, bit's base 8. */ in mmc_vdd_to_ocrbitnum()
1048 * @vdd_min: minimum voltage value (mV)
1049 * @vdd_max: maximum voltage value (mV)
1567 * the busy timeout is 250msec per discard command. in mmc_sd_erase_timeout()
1579 * use 250ms per write block. in mmc_sd_erase_timeout()
1581 erase_timeout = 250 * qty; in mmc_sd_erase_timeout()