Searched refs:INTEL_PCH_NONE (Results 1 - 10 of 10) sorted by path

/haiku/headers/private/graphics/intel_extreme/
H A Dintel_extreme.h257 INTEL_PCH_NONE = 0, // No PCH present enumerator in enum:pch_info
/haiku/src/add-ons/accelerants/intel_extreme/
H A DPipes.cpp95 if ((gInfo->shared_info->pch_info != INTEL_PCH_NONE) &&
102 if (gInfo->shared_info->pch_info != INTEL_PCH_NONE) {
H A DPorts.cpp845 || (gInfo->shared_info->pch_info != INTEL_PCH_NONE && channel == AUX_CH_A)) {
849 } else if (gInfo->shared_info->pch_info != INTEL_PCH_NONE) {
1080 if (gInfo->shared_info->pch_info != INTEL_PCH_NONE) {
1138 if (gInfo->shared_info->pch_info != INTEL_PCH_NONE) {
1216 if (gInfo->shared_info->pch_info != INTEL_PCH_NONE) {
1569 bool hasPCH = (gInfo->shared_info->pch_info != INTEL_PCH_NONE);
H A Ddpms.cpp51 bool hasPCH = (gInfo->shared_info->pch_info != INTEL_PCH_NONE);
H A Dmode.cpp594 if (gInfo->shared_info->pch_info == INTEL_PCH_NONE)
H A Dpll.cpp453 || (gInfo->shared_info->pch_info != INTEL_PCH_NONE)) {
/haiku/src/add-ons/kernel/drivers/graphics/intel_extreme/
H A Ddevice.cpp144 if (info.pch_info != INTEL_PCH_NONE) {
H A Ddriver.cpp313 return INTEL_PCH_NONE;
H A Dintel_extreme.cpp220 bool hasPCH = info.pch_info != INTEL_PCH_NONE;
663 bool hasPCH = (info.pch_info != INTEL_PCH_NONE);
H A Dintel_extreme_private.h55 if (info.pch_info == INTEL_PCH_NONE)

Completed in 109 milliseconds