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

12

/netbsd-current/sys/dev/ic/
H A Dmfi.c559 uint32_t fw_state, cur_state; local
571 cur_state = fw_state;
617 if (fw_state == cur_state)
622 if (fw_state == cur_state) {
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_dp.c3089 bool cur_state = I915_READ(intel_dp->output_reg) & DP_PORT_EN; local
3091 I915_STATE_WARN(cur_state != state,
3094 onoff(state), onoff(cur_state));
3100 bool cur_state = I915_READ(DP_A) & DP_PLL_ENABLE; local
3102 I915_STATE_WARN(cur_state != state,
3104 onoff(state), onoff(cur_state));
/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Dengine.cc3601 impl_path_context (const program_state *cur_state)
3602 : m_cur_state (cur_state),
3626 /* Take a copy of the cur_state at the moment when bifurcation

Completed in 269 milliseconds

12