Home
last modified time | relevance | path

Searched refs:VGA_IOPORT_END (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/bhyve/amd64/
H A Dvga.h33 #define VGA_IOPORT_END 0x3df macro
H A Dvga.c1276 for (port = VGA_IOPORT_START; port <= VGA_IOPORT_END; port++) { in vga_init()