Home
last modified time | relevance | path

Searched refs:planeReg (Results 1 – 1 of 1) sorted by relevance

/haiku/src/add-ons/accelerants/intel_extreme/
H A DPipes.cpp631 addr_t planeReg = INTEL_DISPLAY_A_CONTROL + fPlaneOffset; in Enable() local
638 write32(planeReg, read32(planeReg) | DISPLAY_CONTROL_ENABLED); in Enable()
648 write32(planeReg, read32(planeReg) & ~DISPLAY_CONTROL_ENABLED); in Enable()