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

/haiku/src/add-ons/accelerants/intel_extreme/
H A Ddpms.cpp60 if ((control & PANEL_CONTROL_POWER_TARGET_ON) == 0) {
61 write32(controlRegister, control | PANEL_CONTROL_POWER_TARGET_ON
71 if ((control & PANEL_CONTROL_POWER_TARGET_ON) != 0) {
72 write32(controlRegister, (control & ~PANEL_CONTROL_POWER_TARGET_ON)
H A DPorts.cpp1225 read32(panelControl) & ~PANEL_CONTROL_POWER_TARGET_ON);
1351 read32(panelControl) | PANEL_CONTROL_POWER_TARGET_ON);
/haiku/headers/private/graphics/intel_extreme/
H A Dintel_extreme.h1397 #define PANEL_CONTROL_POWER_TARGET_ON (1UL << 0) macro

Completed in 89 milliseconds