Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/watchdog/
Dmax63xx_wdt.c89 static struct max63xx_timeout *current_timeout; variable
187 current_timeout = max63xx_select_timeout(table, heartbeat); in max63xx_wdt_probe()
189 if (!current_timeout) { in max63xx_wdt_probe()
195 current_timeout->twd, current_timeout->tdelay); in max63xx_wdt_probe()
197 heartbeat = current_timeout->twd; in max63xx_wdt_probe()
206 watchdog_set_drvdata(&max63xx_wdt_dev, current_timeout); in max63xx_wdt_probe()
/linux-4.1.27/drivers/mmc/host/
Dsdhci.c665 unsigned target_timeout, current_timeout; in sdhci_calc_timeout() local
711 current_timeout = (1 << 13) * 1000 / host->timeout_clk; in sdhci_calc_timeout()
712 while (current_timeout < target_timeout) { in sdhci_calc_timeout()
714 current_timeout <<= 1; in sdhci_calc_timeout()