Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/intel/
Dintelfbhw.c191 if (INREG(LVDS) & PORT_ENABLE) in intelfbhw_check_non_crt()
193 else if (INREG(DVOA) & PORT_ENABLE) in intelfbhw_check_non_crt()
195 else if (INREG(DVOB) & PORT_ENABLE) in intelfbhw_check_non_crt()
197 else if (INREG(DVOC) & PORT_ENABLE) in intelfbhw_check_non_crt()
936 hw->dvob &= ~PORT_ENABLE; in intelfbhw_mode_to_hw()
937 hw->dvoc &= ~PORT_ENABLE; in intelfbhw_mode_to_hw()
Dintelfbhw.h261 #define PORT_ENABLE (1 << 31) macro