Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Ddev-hub.c83 #define PORT_ENABLE 1 macro
329 [PORT_ENABLE] = "enable", in feature_name()
453 case PORT_ENABLE: in usb_hub_handle_control()
/openbmc/linux/drivers/video/fbdev/intelfb/
H A Dintelfbhw.c284 if (INREG(LVDS) & PORT_ENABLE) in intelfbhw_check_non_crt()
286 if (INREG(DVOA) & PORT_ENABLE) in intelfbhw_check_non_crt()
288 if (INREG(DVOB) & PORT_ENABLE) in intelfbhw_check_non_crt()
290 if (INREG(DVOC) & PORT_ENABLE) in intelfbhw_check_non_crt()
1146 hw->dvob &= ~PORT_ENABLE; in intelfbhw_mode_to_hw()
1147 hw->dvoc &= ~PORT_ENABLE; in intelfbhw_mode_to_hw()
1382 OUTREG(DVOB, INREG(DVOB) & ~PORT_ENABLE); in intelfbhw_program_mode()
1383 OUTREG(DVOC, INREG(DVOC) & ~PORT_ENABLE); in intelfbhw_program_mode()
H A Dintelfbhw.h269 #define PORT_ENABLE (1 << 31) macro