Searched refs:powerup_msecs (Results 1 – 3 of 3) sorted by relevance
40 u16 powerup_msecs; /* delay of up to 250 msec */ member
129 u16 powerup_msecs; member1210 msleep(host->powerup_msecs); in mmc_spi_set_ios()1404 host->powerup_msecs = host->pdata->powerup_msecs; in mmc_spi_probe()1405 if (!host->powerup_msecs || host->powerup_msecs > 250) in mmc_spi_probe()1406 host->powerup_msecs = 250; in mmc_spi_probe()
282 .powerup_msecs = 100,