Searched refs:current_timeout (Results 1 – 2 of 2) sorted by relevance
89 static struct max63xx_timeout *current_timeout; variable187 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()
665 unsigned target_timeout, current_timeout; in sdhci_calc_timeout() local711 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()