Home
last modified time | relevance | path

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

/haiku/src/add-ons/accelerants/intel_extreme/
H A DPorts.cpp603 if ((value & HSW_PWR_WELL_CTL_STATE(0)) != 0) in _SetupDpAuxI2c()
607 if (!wait_for_set(ICL_PWR_WELL_CTL_AUX2, HSW_PWR_WELL_CTL_STATE(0), 1000)) in _SetupDpAuxI2c()
/haiku/headers/private/graphics/intel_extreme/
H A Dintel_extreme.h1437 #define HSW_PWR_WELL_CTL_STATE(i) (0x1 << ((2 * i))) macro