Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/
H A Dhgafb.c79 #define HGA_VALUE_PORT 0x3b5 /* Register value port */ macro
147 outb_p(val, HGA_VALUE_PORT); in write_hga_b()
152 outb_p(reg, HGA_INDEX_PORT); outb_p(val >> 8, HGA_VALUE_PORT); in write_hga_w()
153 outb_p(reg+1, HGA_INDEX_PORT); outb_p(val & 0xff, HGA_VALUE_PORT); in write_hga_w()
159 outb (val, HGA_VALUE_PORT); in test_hga_b()
160 udelay(20); val = (inb_p(HGA_VALUE_PORT) == val); in test_hga_b()