PORT_ENABLE       286 drivers/video/fbdev/intelfb/intelfbhw.c 	if (INREG(LVDS) & PORT_ENABLE)
PORT_ENABLE       288 drivers/video/fbdev/intelfb/intelfbhw.c 	if (INREG(DVOA) & PORT_ENABLE)
PORT_ENABLE       290 drivers/video/fbdev/intelfb/intelfbhw.c 	if (INREG(DVOB) & PORT_ENABLE)
PORT_ENABLE       292 drivers/video/fbdev/intelfb/intelfbhw.c 	if (INREG(DVOC) & PORT_ENABLE)
PORT_ENABLE      1148 drivers/video/fbdev/intelfb/intelfbhw.c 	hw->dvob &= ~PORT_ENABLE;
PORT_ENABLE      1149 drivers/video/fbdev/intelfb/intelfbhw.c 	hw->dvoc &= ~PORT_ENABLE;
PORT_ENABLE      1384 drivers/video/fbdev/intelfb/intelfbhw.c 	OUTREG(DVOB, INREG(DVOB) & ~PORT_ENABLE);
PORT_ENABLE      1385 drivers/video/fbdev/intelfb/intelfbhw.c 	OUTREG(DVOC, INREG(DVOC) & ~PORT_ENABLE);