Searched refs:VGA_BASE (Results 1 – 4 of 4) sorted by relevance
78 #define VGA_BASE 0xa0000 macro436 g_display.gd_vgabase = VGA_BASE; in et4kioctl()481 if (offset >= VGA_BASE && offset < (VGA_MAPPABLE + VGA_BASE)) in et4kmmap()482 return m68k_btop(sc->sc_maddr + offset - VGA_BASE); in et4kmmap()
37 #define VGA_BASE 0x3c0 macro
407 mgx_write_vga(sc, VGA_BASE + VGA_DAC_ADDRW, idx); in mgx_write_dac()408 mgx_write_vga(sc, VGA_BASE + VGA_DAC_PALETTE, r); in mgx_write_dac()409 mgx_write_vga(sc, VGA_BASE + VGA_DAC_PALETTE, g); in mgx_write_dac()410 mgx_write_vga(sc, VGA_BASE + VGA_DAC_PALETTE, b); in mgx_write_dac()
80 #define VGA_BASE 0xa0000 macro326 bm->vga_base = VGA_BASE; in et_alloc_view()