Home | History | Annotate | Download | only in vgabios

Lines Matching refs:BH

666      // Ralf Brown Interrupt list is WRONG on bh(page)
1729 cmp bh, #0x00
1731 cmp bh, #0x01
1808 static void biosfn_write_pixel (BH,AL,CX,DX) Bit8u BH;Bit8u AL;Bit16u CX;Bit16u DX;
1887 static void biosfn_read_pixel (BH,CX,DX,AX) Bit8u BH;Bit16u CX;Bit16u DX;Bit16u *AX;
2068 mov bh, al
2161 mov al, bh
2258 mov bh, al
2277 mov al, bh
2279 mov bh, al
2402 shl bh, 7
2403 or al, bh
2417 shl bh, 2
2419 and bh, #0x0f
2420 mov al, bh
2537 mov bh, al
2538 and bh, #0x0f
2541 shr bh, 2
2677 static void biosfn_load_text_user_pat (AL,ES,BP,CX,DX,BL,BH) Bit8u AL;Bit16u ES;Bit16u BP;Bit16u CX;Bit16u DX;Bit8u BL;Bit8u BH;
2685 src = BP + i * BH;
2687 memcpyb(0xA000, dest, ES, src, BH);
2692 set_scan_lines(BH);
2799 static void biosfn_get_font_info (BH,ES,BP,CX,DX)
2800 Bit8u BH;Bit16u *ES;Bit16u *BP;Bit16u *CX;Bit16u *DX;
2803 switch(BH)
2838 printf("Get font info BH(%02x) was discarded\n",BH);
2865 mov bh, #0x01
3107 xor bh, bh