Searched refs:write_mda_b (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/console/
H A Dmdacon.c107 static void write_mda_b(unsigned int val, unsigned char reg) function
164 write_mda_b(MDA_CURSOR_OFF, 0x0a); /* disable cursor */
166 write_mda_b(from, 0x0a); /* cursor start */
167 write_mda_b(to, 0x0b); /* cursor end */
286 write_mda_b(97, 0x00); /* horizontal total */
287 write_mda_b(80, 0x01); /* horizontal displayed */
288 write_mda_b(82, 0x02); /* horizontal sync pos */
289 write_mda_b(15, 0x03); /* horizontal sync width */
291 write_mda_b(25, 0x04); /* vertical total */
292 write_mda_b(
[all...]

Completed in 92 milliseconds