Lines Matching +full:250 +full:mv
52 #define SD_DISCARD_TIMEOUT_MS (250)
693 * the 250ms maximum busy length." Even the in mmc_set_data_timeout()
1006 * @vdd: voltage (mV)
1014 * with @low_bits = true, 3300 mV translates to ilog2(MMC_VDD_32_33);
1015 * with @low_bits = false, 3300 mV translates to ilog2(MMC_VDD_33_34);
1033 /* Base 2000 mV, step 100 mV, bit's base 8. */ in mmc_vdd_to_ocrbitnum()
1042 * @vdd_min: minimum voltage value (mV)
1043 * @vdd_max: maximum voltage value (mV)
1550 * the busy timeout is 250msec per discard command. in mmc_sd_erase_timeout()
1562 * use 250ms per write block. in mmc_sd_erase_timeout()
1564 erase_timeout = 250 * qty; in mmc_sd_erase_timeout()