Symbol: write_hga_b
drivers/video/fbdev/hgafb.c
188
write_hga_b(0x61, 0x00); /* horizontal total */
drivers/video/fbdev/hgafb.c
189
write_hga_b(0x50, 0x01); /* horizontal displayed */
drivers/video/fbdev/hgafb.c
190
write_hga_b(0x52, 0x02); /* horizontal sync pos */
drivers/video/fbdev/hgafb.c
191
write_hga_b(0x0f, 0x03); /* horizontal sync width */
drivers/video/fbdev/hgafb.c
193
write_hga_b(0x19, 0x04); /* vertical total */
drivers/video/fbdev/hgafb.c
194
write_hga_b(0x06, 0x05); /* vertical total adjust */
drivers/video/fbdev/hgafb.c
195
write_hga_b(0x19, 0x06); /* vertical displayed */
drivers/video/fbdev/hgafb.c
196
write_hga_b(0x19, 0x07); /* vertical sync pos */
drivers/video/fbdev/hgafb.c
198
write_hga_b(0x02, 0x08); /* interlace mode */
drivers/video/fbdev/hgafb.c
199
write_hga_b(0x0d, 0x09); /* maximum scanline */
drivers/video/fbdev/hgafb.c
200
write_hga_b(0x0c, 0x0a); /* cursor start */
drivers/video/fbdev/hgafb.c
201
write_hga_b(0x0d, 0x0b); /* cursor end */
drivers/video/fbdev/hgafb.c
219
write_hga_b(0x35, 0x00); /* horizontal total */
drivers/video/fbdev/hgafb.c
220
write_hga_b(0x2d, 0x01); /* horizontal displayed */
drivers/video/fbdev/hgafb.c
221
write_hga_b(0x2e, 0x02); /* horizontal sync pos */
drivers/video/fbdev/hgafb.c
222
write_hga_b(0x07, 0x03); /* horizontal sync width */
drivers/video/fbdev/hgafb.c
224
write_hga_b(0x5b, 0x04); /* vertical total */
drivers/video/fbdev/hgafb.c
225
write_hga_b(0x02, 0x05); /* vertical total adjust */
drivers/video/fbdev/hgafb.c
226
write_hga_b(0x57, 0x06); /* vertical displayed */
drivers/video/fbdev/hgafb.c
227
write_hga_b(0x57, 0x07); /* vertical sync pos */
drivers/video/fbdev/hgafb.c
229
write_hga_b(0x02, 0x08); /* interlace mode */
drivers/video/fbdev/hgafb.c
230
write_hga_b(0x03, 0x09); /* maximum scanline */
drivers/video/fbdev/hgafb.c
231
write_hga_b(0x00, 0x0a); /* cursor start */
drivers/video/fbdev/hgafb.c
232
write_hga_b(0x00, 0x0b); /* cursor end */