Searched refs:cur_state (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_display.c896 bool cur_state; local
900 cur_state = !!(val & DPLL_VCO_ENABLE);
901 if (cur_state != state)
903 state_string(state), state_string(cur_state));
924 bool cur_state; local
937 cur_state = pll->get_hw_state(dev_priv, pll, &hw_state);
938 if (cur_state != state)
940 pll->name, state_string(state), state_string(cur_state));
950 bool cur_state; local
958 cur_state
976 bool cur_state; local
1054 bool cur_state; local
1081 bool cur_state; local
[all...]

Completed in 22 milliseconds