Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/sdmmc/
H A Dsdhc.c86 u_int tuning_timer_pending; member
1559 atomic_swap_uint(&hp->tuning_timer_pending, 1); in sdhc_tuning_timer()
1597 if (atomic_cas_uint(&hp->tuning_timer_pending, 1, 0) == 1) { in sdhc_exec_command()
2458 atomic_swap_uint(&hp->tuning_timer_pending, 1); in sdhc_intr()