Searched refs:BX (Results 1 – 8 of 8) sorted by relevance
/xen-4.10.0-shim-comet/tools/firmware/vgabios/ |
A D | vgabios.c | 636 BX=0x00; 3200 write_byte(ES, BX, inb(crtc_addr)); BX++; 3204 write_byte(ES, BX, ar_index); BX++; 3216 write_byte(ES, BX, inb(crtc_addr+1)); BX++; 3231 write_word(ES, BX, crtc_addr); BX+= 2; 3234 write_byte(ES, BX, 0); BX++; 3235 write_byte(ES, BX, 0); BX++; 3236 write_byte(ES, BX, 0); BX++; 3237 write_byte(ES, BX, 0); BX++; 3266 write_byte(ES, BX, inb(VGAREG_PEL_MASK)); BX++; [all …]
|
A D | vgabios.h | 13 #define SET_BL(val8) BX = ((BX & 0xff00) | (val8)) 17 #define SET_BH(val8) BX = ((BX & 0x00ff) | ((val8) << 8)) 22 #define GET_BL() ( BX & 0x00ff ) 26 #define GET_BH() ( BX >> 8 )
|
A D | vbe.c | 1000 BX = (BX & 0x1ff); 1059 if (BX == 3) 1105 Bit16u ES; Bit16u BX; in vbe_biosfn_save_video_state() 1112 BX += 2; 1119 BX += 2; 1126 Bit16u ES; Bit16u BX; in vbe_biosfn_restore_video_state() 1131 BX += 2; 1139 BX += 2; 1142 BX += 2; 1145 BX += 2; [all …]
|
A D | vbe.h | 16 void vbe_biosfn_set_mode(AX, BX, ES, DI); 17 void vbe_biosfn_save_restore_state(AX, CX, DX, ES, BX);
|
A D | clext.c | 1710 static void cirrus_debugmsg(DI, SI, BP, SP, BX, DX, CX, AX, DS, ES, FLAGS) 1711 Bit16u DI, SI, BP, SP, BX, DX, CX, AX, ES, DS, FLAGS; 1714 printf("vgabios call ah%02x al%02x bx%04x cx%04x dx%04x\n",GET_AH(),GET_AL(),BX,CX,DX);
|
/xen-4.10.0-shim-comet/xen/arch/x86/boot/ |
A D | mem.S | 54 cmpw $0x0, %dx # memory in AX/BX rather than 56 movw %ax, %cx # seems to indicate AX/BX
|
A D | video.S | 739 movw %cx, %bx # BX=mode number
|
/xen-4.10.0-shim-comet/tools/firmware/rombios/ |
A D | rombios.c | 1017 #define SET_BL(val8) BX = ((BX & 0xff00) | (val8)) 1021 #define SET_BH(val8) BX = ((BX & 0x00ff) | ((val8) << 8)) 1030 #define GET_BH() ( BX >> 8 ) 4976 BX=kbd_code; 5482 offset = BX; 6330 offset = BX; 6346 offset = BX % 16; 6665 tempbx = BX; 6805 tempbx = BX; 7897 BX = 0; [all …]
|
Completed in 34 milliseconds