Searched refs:powerup_msecs (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/spi/
H A Dmmc_spi.h33 u16 powerup_msecs; /* delay of up to 250 msec */ member in struct:mmc_spi_platform_data
/linux-master/drivers/mmc/host/
H A Dmmc_spi.c109 u16 powerup_msecs; member in struct:mmc_spi_host
1060 msleep(host->powerup_msecs);
1233 host->powerup_msecs = host->pdata->powerup_msecs;
1234 if (!host->powerup_msecs || host->powerup_msecs > 250)
1235 host->powerup_msecs = 250;
/linux-master/arch/arm/mach-ep93xx/
H A Dts72xx.c243 .powerup_msecs = 100,
H A Dvision_ep9307.c200 .powerup_msecs = 100,

Completed in 323 milliseconds