Searched refs:write_hga_w (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | hgafb.c | 150 static void write_hga_w(unsigned int val, unsigned char reg) in write_hga_w() function 203 write_hga_w(0x0000, 0x0c); /* start address */ in hga_txt_mode() 204 write_hga_w(0x0000, 0x0e); /* cursor location */ in hga_txt_mode() 234 write_hga_w(0x0000, 0x0c); /* start address */ in hga_gfx_mode() 235 write_hga_w(0x0000, 0x0e); /* cursor location */ in hga_gfx_mode() 261 write_hga_w(base, 0x0c); /* start address */ in hga_pan()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | hgafb.c | 150 static void write_hga_w(unsigned int val, unsigned char reg) in write_hga_w() function 203 write_hga_w(0x0000, 0x0c); /* start address */ in hga_txt_mode() 204 write_hga_w(0x0000, 0x0e); /* cursor location */ in hga_txt_mode() 234 write_hga_w(0x0000, 0x0c); /* start address */ in hga_gfx_mode() 235 write_hga_w(0x0000, 0x0e); /* cursor location */ in hga_gfx_mode() 261 write_hga_w(base, 0x0c); /* start address */ in hga_pan()
|
Completed in 3 milliseconds