Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sdcard/adapters/sdhost/
H A Dsdhost.c76 #define ss_tmusecs ss_stats.ks_tmusecs.value.ui32 macro
1163 ss->ss_tmusecs = (1 << 13) / clk; in sdhost_init_slot()
1167 ss->ss_tmusecs = (1000 * (1 << 13)) / clk; in sdhost_init_slot()
1205 if ((ss->ss_tmusecs * (1 << ss->ss_tmoutclk)) >= 4000000) { in sdhost_init_slot()