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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/intelfb/
H A Dintelfbhw.c284 if (INREG(LVDS) & PORT_ENABLE)
286 if (INREG(DVOA) & PORT_ENABLE)
288 if (INREG(DVOB) & PORT_ENABLE)
290 if (INREG(DVOC) & PORT_ENABLE)
1136 hw->dvob &= ~PORT_ENABLE;
1137 hw->dvoc &= ~PORT_ENABLE;
1373 OUTREG(DVOB, INREG(DVOB) & ~PORT_ENABLE);
1374 OUTREG(DVOC, INREG(DVOC) & ~PORT_ENABLE);
H A Dintelfbhw.h269 #define PORT_ENABLE (1 << 31) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Di915_reg.h2854 #define PORT_ENABLE (1 << 31) macro

Completed in 83 milliseconds