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

/haiku/src/add-ons/accelerants/intel_extreme/
H A DFlexibleDisplayInterface.cpp421 tmp &= ~FDI_RX_SYMBOL_LOCK;
490 if (tmp & FDI_RX_SYMBOL_LOCK) {
492 write32(iirControl, tmp | FDI_RX_SYMBOL_LOCK);
516 tmp &= ~FDI_RX_SYMBOL_LOCK;
616 if (tmp & FDI_RX_SYMBOL_LOCK) {
618 write32(iirControl, tmp | FDI_RX_SYMBOL_LOCK);
/haiku/headers/private/graphics/intel_extreme/
H A Dintel_extreme.h1520 #define FDI_RX_SYMBOL_LOCK (1 << 9) macro

Completed in 57 milliseconds