Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/chxge/com/
H A Dmc4.c87 unsigned int width, ext_mode, slow_mode; in t1_mc4_init() local
96 slow_mode = val & F_MC4A_SLOW; in t1_mc4_init()
100 if (!slow_mode) { in t1_mc4_init()
110 slow_mode = val & F_MC4_SLOW; in t1_mc4_init()
114 if (t1_is_asic(adapter) && !slow_mode) { in t1_mc4_init()
136 ext_mode = t1_is_asic(adapter) && !slow_mode ? 0 : 1; in t1_mc4_init()