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

/vbox/src/VBox/Devices/Graphics/BIOS/
H A Dvgabios.h15 #define SET_DL(val8) DX = ((DX & 0xff00) | (val8)) macro
/vbox/src/VBox/Devices/PC/BIOS/
H A Dbiosint.h172 #define SET_DL(val8) DX = ((DX & 0xff00) | (val8)) macro

Completed in 43 milliseconds