Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/amd64/
H A Dvga.h73 #define SEQ_CMS_SAH 0x20 /* Char map A bit 2 */ macro
H A Dvga.c1101 …ap_pri_off = ((((val & SEQ_CMS_SA) >> SEQ_CMS_SA_SHIFT) * 2) + ((val & SEQ_CMS_SAH) >> SEQ_CMS_SAH… in vga_port_out_handler()