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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/spi/
H A Dmmc_spi.h40 u16 powerup_msecs; /* delay of up to 250 msec */ member in struct:mmc_spi_platform_data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Dmmc_spi.c128 u16 powerup_msecs; member in struct:mmc_spi_host
1180 msleep(host->powerup_msecs);
1366 host->powerup_msecs = host->pdata->powerup_msecs;
1367 if (!host->powerup_msecs || host->powerup_msecs > 250)
1368 host->powerup_msecs = 250;

Completed in 47 milliseconds