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

/vbox/src/VBox/Devices/Graphics/BIOS/
H A Dvgabios.h13 #define SET_BL(val8) BX = ((BX & 0xff00) | (val8)) macro
/vbox/src/VBox/Devices/PC/BIOS/
H A Dbiosint.h170 #define SET_BL(val8) BX = ((BX & 0xff00) | (val8)) macro

Completed in 353 milliseconds