Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/
H A Dhgafb.c150 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()