Lines Matching defs:write_mda_b
108 static void write_mda_b(unsigned int val, unsigned char reg)
165 write_mda_b(MDA_CURSOR_OFF, 0x0a); /* disable cursor */
167 write_mda_b(from, 0x0a); /* cursor start */
168 write_mda_b(to, 0x0b); /* cursor end */
297 write_mda_b(97, 0x00); /* horizontal total */
298 write_mda_b(80, 0x01); /* horizontal displayed */
299 write_mda_b(82, 0x02); /* horizontal sync pos */
300 write_mda_b(15, 0x03); /* horizontal sync width */
302 write_mda_b(25, 0x04); /* vertical total */
303 write_mda_b(6, 0x05); /* vertical total adjust */
304 write_mda_b(25, 0x06); /* vertical displayed */
305 write_mda_b(25, 0x07); /* vertical sync pos */
307 write_mda_b(2, 0x08); /* interlace mode */
308 write_mda_b(13, 0x09); /* maximum scanline */
309 write_mda_b(12, 0x0a); /* cursor start */
310 write_mda_b(13, 0x0b); /* cursor end */