Searched refs:HGA_VALUE_PORT (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | hgafb.c | 79 #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()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | hgafb.c | 79 #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()
|
Completed in 2 milliseconds