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

/drivers/gpu/drm/i915/
H A Dintel_display.c2965 temp &= ~FDI_RX_SYMBOL_LOCK;
3029 if (temp & FDI_RX_SYMBOL_LOCK) {
3030 I915_WRITE(reg, temp | FDI_RX_SYMBOL_LOCK);
3062 temp &= ~FDI_RX_SYMBOL_LOCK;
3165 if (temp & FDI_RX_SYMBOL_LOCK) {
3166 I915_WRITE(reg, temp | FDI_RX_SYMBOL_LOCK);
3194 temp &= ~FDI_RX_SYMBOL_LOCK;
3283 if (temp & FDI_RX_SYMBOL_LOCK ||
3284 (I915_READ(reg) & FDI_RX_SYMBOL_LOCK)) {
3285 I915_WRITE(reg, temp | FDI_RX_SYMBOL_LOCK);
[all...]
H A Di915_reg.h5354 #define FDI_RX_SYMBOL_LOCK (1<<9) /* train 2 */ macro

Completed in 110 milliseconds