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

/vbox/src/VBox/Devices/Graphics/BIOS/
H A Dvgabios.h14 #define SET_CL(val8) CX = ((CX & 0xff00) | (val8)) macro
/vbox/src/VBox/Devices/PC/BIOS/
H A Dbiosint.h171 #define SET_CL(val8) CX = ((CX & 0xff00) | (val8)) macro

Completed in 43 milliseconds