Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/mmc/host/
Dmmc_spi.c109 u16 powerup_msecs; member
1060 msleep(host->powerup_msecs); in mmc_spi_set_ios()
1236 host->powerup_msecs = host->pdata->powerup_msecs; in mmc_spi_probe()
1237 if (!host->powerup_msecs || host->powerup_msecs > 250) in mmc_spi_probe()
1238 host->powerup_msecs = 250; in mmc_spi_probe()
/linux-6.12.1/include/linux/spi/
Dmmc_spi.h33 u16 powerup_msecs; /* delay of up to 250 msec */ member