Searched refs:VGA_MEM_SIZE (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/vt/hw/vga/
H A Dvt_vga_reg.h51 #define VGA_MEM_SIZE 0x10000 macro
H A Dvt_vga.c1314 bus_space_map(sc->vga_fb_tag, VGA_MEM_BASE, VGA_MEM_SIZE, 0,
1363 &res_id, VGA_MEM_BASE, VGA_MEM_BASE + VGA_MEM_SIZE - 1,
1364 VGA_MEM_SIZE, RF_ACTIVE);
/freebsd-13-stable/stand/i386/libi386/
H A Dvidconsole.c1014 vgatext = (uint16_t *)PTOV(VGA_MEM_BASE + VGA_MEM_SIZE);

Completed in 125 milliseconds