Home
last modified time | relevance | path

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

/drivers/mmc/host/
A Dsdhci-uhs2.c170 unsigned int current_timeout; in sdhci_calc_timeout_uhs2() local
184 current_timeout = (1 << 13) * 1000 / host->timeout_clk; in sdhci_calc_timeout_uhs2()
185 while (current_timeout < cmd_res_timeout) { in sdhci_calc_timeout_uhs2()
187 current_timeout <<= 1; in sdhci_calc_timeout_uhs2()
200 current_timeout = (1 << 13) * 1000 / host->timeout_clk; in sdhci_calc_timeout_uhs2()
201 while (current_timeout < dead_lock_timeout) { in sdhci_calc_timeout_uhs2()
203 current_timeout <<= 1; in sdhci_calc_timeout_uhs2()
A Dsdhci.c974 unsigned target_timeout, current_timeout; in sdhci_calc_timeout() local
1010 current_timeout = (1 << 13) * 1000 / host->timeout_clk; in sdhci_calc_timeout()
1011 while (current_timeout < target_timeout) { in sdhci_calc_timeout()
1013 current_timeout <<= 1; in sdhci_calc_timeout()
/drivers/leds/flash/
A Dleds-lm3601x.c210 int current_timeout; in lm3601x_strobe_set() local
215 ret = regmap_read(led->regmap, LM3601X_CFG_REG, &current_timeout); in lm3601x_strobe_set()
224 if (led->flash_timeout != current_timeout) in lm3601x_strobe_set()

Completed in 17 milliseconds