HomeSort by: relevance | last modified time | path
    Searched refs:vga_gdc_write (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
vga_subr.c 65 vga_gdc_write(vh, rdplanesel, 0x02); /* select map 2 for CPU reads */
66 vga_gdc_write(vh, mode, 0x00); /* disable odd-even addressing */
67 vga_gdc_write(vh, misc, 0x04); /* map starts at 0xA000 */
83 vga_gdc_write(vh, rdplanesel, 0x00); /* select map 0 for CPU reads */
84 vga_gdc_write(vh, mode, 0x10); /* enable odd-even addressing */
86 vga_gdc_write(vh, misc, (vh->vh_mono ? 0x0a : 0x0e));
vga_raster.c 489 vga_gdc_write(vh, mode, 0x02);
820 vga_gdc_write(vh, mode, 0x02);
1207 vga_gdc_write(vh, mode, 0x02);
1214 vga_gdc_write(vh, mode, 0x03);
1215 vga_gdc_write(vh, setres, fgcolor);
1227 vga_gdc_write(vh, mode, 0x02);
1235 vga_gdc_write(vh, mode, 0x03);
1236 vga_gdc_write(vh, setres, fgcolor);
1277 vga_gdc_write(vh, mode, 0x01);
1321 vga_gdc_write(vh, mode, 0x01)
    [all...]
vgavar.h 180 #define vga_gdc_write(vh, reg, val) \ macro

Completed in 35 milliseconds