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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Dintel_dp.c882 uint32_t dp_reg = I915_READ(intel_dp->output_reg); local
889 if (dp_reg & DP_PORT_EN)
898 uint32_t dp_reg = I915_READ(intel_dp->output_reg); local
900 if (!(dp_reg & DP_PORT_EN)) {
913 uint32_t dp_reg = I915_READ(intel_dp->output_reg); local
920 if (dp_reg & DP_PORT_EN)
925 if (!(dp_reg & DP_PORT_EN)) {
H A Dintel_drv.h204 extern void intel_dp_init(struct drm_device *dev, int dp_reg);

Completed in 63 milliseconds