Searched defs:SET_DH (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Graphics/BIOS/
H A Dvgabios.h19 #define SET_DH(val8) DX = ((DX & 0x00ff) | ((val8) << 8)) macro
/vbox/src/VBox/Devices/PC/BIOS/
H A Dbiosint.h176 #define SET_DH(val8) DX = ((DX & 0x00ff) | ((val8) << 8)) macro

Completed in 53 milliseconds