Home
last modified time | relevance | path

Searched refs:VGA_BASE (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/atari/vme/
H A Det4000.c78 #define VGA_BASE 0xa0000 macro
436 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()
/netbsd-src/sys/dev/sbus/
H A Dmgxreg.h37 #define VGA_BASE 0x3c0 macro
H A Dmgx.c407 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()
/netbsd-src/sys/arch/atari/dev/
H A Dgrfabs_et.c80 #define VGA_BASE 0xa0000 macro
326 bm->vga_base = VGA_BASE; in et_alloc_view()