Searched refs:tuning_timer_count (Results 1 – 1 of 1) sorted by relevance
85 u_int tuning_timer_count; member408 hp->tuning_timer_count = (caps2 >> SDHC_TIMER_COUNT_SHIFT) & in sdhc_host_found()410 if (hp->tuning_timer_count == 0xf) in sdhc_host_found()411 hp->tuning_timer_count = 0; in sdhc_host_found()412 if (hp->tuning_timer_count) in sdhc_host_found()413 hp->tuning_timer_count = in sdhc_host_found()414 1 << (hp->tuning_timer_count - 1); in sdhc_host_found()534 if (hp->tuning_timer_count) in sdhc_host_found()535 aprint_normal(" (%us timer)", hp->tuning_timer_count); in sdhc_host_found()1534 if (hp->tuning_timer_count) { in sdhc_execute_tuning1()[all …]