Searched refs:GET_BL (Results 1 – 3 of 3) sorted by relevance
/xen-4.10.0-shim-comet/tools/firmware/vgabios/ |
A D | vgabios.h | 22 #define GET_BL() ( BX & 0x00ff ) macro
|
A D | vgabios.c | 653 biosfn_write_char_attr(GET_AL(),GET_BH(),GET_BL(),CX); 656 biosfn_write_char_only(GET_AL(),GET_BH(),GET_BL(),CX); 667 biosfn_write_teletype(GET_AL(),0xff,GET_BL(),NO_ATTR); 682 biosfn_load_text_8_14_pat(GET_AL(),GET_BL()); 686 biosfn_load_text_8_8_pat(GET_AL(),GET_BL()); 690 biosfn_load_text_8_16_pat(GET_AL(),GET_BL()); 696 biosfn_load_gfx_user_chars(ES,BP,CX,GET_BL(),GET_DL()); 699 biosfn_load_gfx_8_14_chars(GET_BL()); 702 biosfn_load_gfx_8_8_dd_chars(GET_BL()); 705 biosfn_load_gfx_8_16_chars(GET_BL()); [all …]
|
/xen-4.10.0-shim-comet/tools/firmware/rombios/ |
A D | rombios.c | 1026 #define GET_BL() ( BX & 0x00ff )
|
Completed in 15 milliseconds