OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tuning_timer_count
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/sdmmc/
sdhc.c
85
u_int
tuning_timer_count
;
member in struct:sdhc_host
399
hp->
tuning_timer_count
= (caps2 >> SDHC_TIMER_COUNT_SHIFT) &
401
if (hp->
tuning_timer_count
== 0xf)
402
hp->
tuning_timer_count
= 0;
403
if (hp->
tuning_timer_count
)
404
hp->
tuning_timer_count
=
405
1 << (hp->
tuning_timer_count
- 1);
525
if (hp->
tuning_timer_count
)
526
aprint_normal(" (%us timer)", hp->
tuning_timer_count
);
1524
if (hp->
tuning_timer_count
) {
[
all
...]
Completed in 43 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025