Searched refs:powerup_msecs (Results 1 – 3 of 3) sorted by relevance
47 u16 powerup_msecs; /* delay of up to 250 msec */ member
130 u16 powerup_msecs; member1205 msleep(host->powerup_msecs); in mmc_spi_set_ios()1378 host->powerup_msecs = host->pdata->powerup_msecs; in mmc_spi_probe()1379 if (!host->powerup_msecs || host->powerup_msecs > 250) in mmc_spi_probe()1380 host->powerup_msecs = 250; in mmc_spi_probe()
229 .powerup_msecs = 100,