Lines Matching refs:write_hga_b

144 static void write_hga_b(unsigned int val, unsigned char reg)  in write_hga_b()  function
188 write_hga_b(0x61, 0x00); /* horizontal total */ in hga_txt_mode()
189 write_hga_b(0x50, 0x01); /* horizontal displayed */ in hga_txt_mode()
190 write_hga_b(0x52, 0x02); /* horizontal sync pos */ in hga_txt_mode()
191 write_hga_b(0x0f, 0x03); /* horizontal sync width */ in hga_txt_mode()
193 write_hga_b(0x19, 0x04); /* vertical total */ in hga_txt_mode()
194 write_hga_b(0x06, 0x05); /* vertical total adjust */ in hga_txt_mode()
195 write_hga_b(0x19, 0x06); /* vertical displayed */ in hga_txt_mode()
196 write_hga_b(0x19, 0x07); /* vertical sync pos */ 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()
220 write_hga_b(0x2d, 0x01); /* horizontal displayed */ in hga_gfx_mode()
221 write_hga_b(0x2e, 0x02); /* horizontal sync pos */ in hga_gfx_mode()
222 write_hga_b(0x07, 0x03); /* horizontal sync width */ in hga_gfx_mode()
224 write_hga_b(0x5b, 0x04); /* vertical total */ in hga_gfx_mode()
225 write_hga_b(0x02, 0x05); /* vertical total adjust */ in hga_gfx_mode()
226 write_hga_b(0x57, 0x06); /* vertical displayed */ in hga_gfx_mode()
227 write_hga_b(0x57, 0x07); /* vertical sync pos */ in hga_gfx_mode()
229 write_hga_b(0x02, 0x08); /* interlace mode */ in hga_gfx_mode()
230 write_hga_b(0x03, 0x09); /* maximum scanline */ in hga_gfx_mode()
231 write_hga_b(0x00, 0x0a); /* cursor start */ in hga_gfx_mode()
232 write_hga_b(0x00, 0x0b); /* cursor end */ in hga_gfx_mode()