Home
last modified time | relevance | path

Searched refs:powerup_msecs (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/include/linux/spi/
Dmmc_spi.h40 u16 powerup_msecs; /* delay of up to 250 msec */ member
/linux-3.4.99/drivers/mmc/host/
Dmmc_spi.c129 u16 powerup_msecs; member
1210 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()
/linux-3.4.99/arch/arm/mach-ep93xx/
Dvision_ep9307.c282 .powerup_msecs = 100,