Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/
H A Dhgafb.c188 write_hga_b(0x61, 0x00); /* horizontal total */ in hga_txt_mode()
193 write_hga_b(0x19, 0x04); /* vertical total */ in hga_txt_mode()
198 write_hga_b(0x02, 0x08); /* interlace mode */ in hga_txt_mode()
199 write_hga_b(0x0d, 0x09); /* maximum scanline */ in hga_txt_mode()
200 write_hga_b(0x0c, 0x0a); /* cursor start */ in hga_txt_mode()
201 write_hga_b(0x0d, 0x0b); /* cursor end */ in hga_txt_mode()
219 write_hga_b(0x35, 0x00); /* horizontal total */ in hga_gfx_mode()
224 write_hga_b(0x5b, 0x04); /* vertical total */ in hga_gfx_mode()
229 write_hga_b(0x02, 0x08); /* interlace mode */ in hga_gfx_mode()
231 write_hga_b(0x00, 0x0a); /* cursor start */ in hga_gfx_mode()
[all …]