Home | History | Annotate | Download | only in vgabios

Lines Matching refs:ES

761  *              ES:DI   = Pointer to buffer in which to place VbeInfoBlock structure
768 void vbe_biosfn_return_controller_information(AX, ES, DI)
769 Bit16u *AX;Bit16u ES;Bit16u DI;
784 printf("VBE vbe_biosfn_return_vbe_info ES%x DI%x AX%x\n",ES,DI,status);
791 memcpyb(ss, &vbe_info_block, ES, DI, sizeof(vbe_info_block));
831 vbe_info_block.VideoModePtr_Seg= ES ;
850 memcpyb(ES, DI, ss, &vbe_info_block, sizeof(vbe_info_block));
855 memcpyb(ES, DI, ss, &vbe_info_block, 256);
868 write_word(ES, DI + cur_ptr, cur_info->mode);
880 write_word(ES, DI + cur_ptr, cur_info->mode);
893 * ES:DI = Pointer to buffer in which to place ModeInfoBlock structure
898 void vbe_biosfn_return_mode_information(AX, CX, ES, DI)
899 Bit16u *AX;Bit16u CX; Bit16u ES;Bit16u DI;
909 printf("VBE vbe_biosfn_return_mode_information ES%x DI%x CX%x\n",ES,DI,CX);
950 memcpyb(ES, DI, ss, &info, sizeof(info));
961 * ES:DI = Pointer to CRTCInfoBlock structure
966 void vbe_biosfn_set_mode(AX, BX, ES, DI)
967 Bit16u *AX;Bit16u BX; Bit16u ES;Bit16u DI;
1084 void vbe_biosfn_save_video_state(ES, BX)
1085 Bit16u ES; Bit16u BX;
1091 write_word(ES, BX, enable);
1098 write_word(ES, BX, inw(VBE_DISPI_IOPORT_DATA));
1105 void vbe_biosfn_restore_video_state(ES, BX)
1106 Bit16u ES; Bit16u BX;
1110 enable = read_word(ES, BX);
1118 outw(VBE_DISPI_IOPORT_DATA, read_word(ES, BX));
1121 outw(VBE_DISPI_IOPORT_DATA, read_word(ES, BX));
1124 outw(VBE_DISPI_IOPORT_DATA, read_word(ES, BX));
1131 outw(VBE_DISPI_IOPORT_DATA, read_word(ES, BX));
1145 * ES:BX = Pointer to buffer (if DL <> 00h)
1151 void vbe_biosfn_save_restore_state(AX, CX, DX, ES, BX)
1152 Bit16u *AX; Bit16u CX; Bit16u DX; Bit16u ES; Bit16u *BX;
1170 val = biosfn_save_video_state(CX, ES, val);
1175 vbe_biosfn_save_video_state(ES, val);
1179 val = biosfn_restore_video_state(CX, ES, val);
1184 vbe_biosfn_restore_video_state(ES, val);
1340 * ES = Selector for memory mapped registers
1433 * ES = Real Mode Segment of Table
1443 mov es, di