Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/
H A Dhgafb.c81 #define HGA_STATUS_PORT 0x3ba /* Status and Config port */ macro
186 outb_p(0x00, HGA_STATUS_PORT); in hga_txt_mode()
215 outb_p(0x00, HGA_STATUS_PORT); in hga_gfx_mode()
325 p_save = q_save = inb_p(HGA_STATUS_PORT) & HGA_STATUS_VSYNC; in hga_card_detect()
328 q_save = inb(HGA_STATUS_PORT) & HGA_STATUS_VSYNC; in hga_card_detect()
335 switch (inb_p(HGA_STATUS_PORT) & 0x70) { in hga_card_detect()