Lines Matching +full:250 +full:mv
51 #define SD_DISCARD_TIMEOUT_MS (250)
692 * the 250ms maximum busy length." Even the in mmc_set_data_timeout()
999 * @vdd: voltage (mV)
1007 * with @low_bits = true, 3300 mV translates to ilog2(MMC_VDD_32_33);
1008 * with @low_bits = false, 3300 mV translates to ilog2(MMC_VDD_33_34);
1026 /* Base 2000 mV, step 100 mV, bit's base 8. */ in mmc_vdd_to_ocrbitnum()
1035 * @vdd_min: minimum voltage value (mV)
1036 * @vdd_max: maximum voltage value (mV)
1604 * the busy timeout is 250msec per discard command. in mmc_sd_erase_timeout()
1616 * use 250ms per write block. in mmc_sd_erase_timeout()
1618 erase_timeout = 250 * qty; in mmc_sd_erase_timeout()