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

/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_sdvo.c2012 uint16_t temp_value; local
2072 if (intel_sdvo_connector->cur_##name == temp_value) return 0; \
2073 if (intel_sdvo_connector->max_##name < temp_value) return -EINVAL; \
2075 intel_sdvo_connector->cur_##name = temp_value; \
2090 temp_value = (uint16_t)val;
2094 if (intel_sdvo_connector->left_margin == temp_value)
2097 intel_sdvo_connector->left_margin = temp_value;
2098 intel_sdvo_connector->right_margin = temp_value;
2099 temp_value = intel_sdvo_connector->max_hscan -
2106 if (intel_sdvo_connector->right_margin == temp_value)
[all...]

Completed in 15 milliseconds