Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/sdhci/
H A Dsdhci.c1257 uint32_t target_timeout, current_timeout; in sdhci_start_data() local
1272 target_timeout = 1000000; in sdhci_start_data()
1275 while (current_timeout < target_timeout && div < 0xE) { in sdhci_start_data()