Home
last modified time | relevance | path

Searched refs:VGA_MEM_BASE (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/vt/hw/vga/
H A Dvt_vga_reg.h48 #define VGA_MEM_BASE 0xA0000 macro
H A Dvt_vga.c1334 bus_space_map(sc->vga_fb_tag, VGA_MEM_BASE, VGA_MEM_SIZE, 0, in vga_postswitch()
1383 &res_id, VGA_MEM_BASE, VGA_MEM_BASE + VGA_MEM_SIZE - 1,
/freebsd/stand/i386/libi386/
H A Dvidconsole.c853 to = (unsigned char *)ptov(VGA_MEM_BASE) + f_offset + in vidc_install_font()
1020 vgatext = (uint16_t *)PTOV(VGA_MEM_BASE + VGA_MEM_SIZE); in vidc_init()