if (ret == 0)
                        set_bit(i, host->taps);
 
-               mdelay(1);
+               usleep_range(1000, 1200);
        }
 
        ret = host->select_tuning(host);
                 * 100us were not enough. Is this the same 140us delay, as in
                 * tmio_mmc_set_ios()?
                 */
-               udelay(200);
+               usleep_range(200, 300);
        }
        /*
         * It seems, VccQ should be switched on after Vcc, this is also what the
         */
        if (!IS_ERR(mmc->supply.vqmmc) && !ret) {
                ret = regulator_enable(mmc->supply.vqmmc);
-               udelay(200);
+               usleep_range(200, 300);
        }
 
        if (ret < 0)
        }
 
        /* Let things settle. delay taken from winCE driver */
-       udelay(140);
+       usleep_range(140, 200);
        if (PTR_ERR(host->mrq) == -EINTR)
                dev_dbg(&host->pdev->dev,
                        "%s.%d: IOS interrupted: clk %u, mode %u",