Searched refs:Bit16u (Results 1 - 9 of 9) sorted by relevance

/external/qemu-pc-bios/vgabios/
H A Dvbe.h25 Bit16u VbeVersion;
26 Bit16u OemStringPtr_Off;
27 Bit16u OemStringPtr_Seg;
29 Bit16u VideoModePtr_Off;
30 Bit16u VideoModePtr_Seg;
31 Bit16u TotalMemory;
32 Bit16u OemSoftwareRev;
33 Bit16u OemVendorNamePtr_Off;
34 Bit16u OemVendorNamePtr_Seg;
35 Bit16u OemProductNamePtr_Of
[all...]
H A Dvgabios.c61 static Bit16u read_word();
65 static Bit16u inw();
69 static Bit16u get_SS();
112 static Bit16u biosfn_save_video_state();
113 static Bit16u biosfn_restore_video_state();
584 Bit16u DI, SI, BP, SP, BX, DX, CX, AX, ES, DS, FLAGS;
597 Bit16u DI, SI, BP, SP, BX, DX, CX, AX, ES, DS, FLAGS;
832 Bit16u i,twidth,theightm1,cheight;
834 Bit16u crtc_addr;
983 write_word(BIOSMEM_SEG,BIOSMEM_PAGE_SIZE,*(Bit16u *)
[all...]
H A Dvbe.c245 Bit16u xres;
267 Bit16u yres;
274 Bit16u bpp;
651 Bit16u mode; Boolean using_lfb;
769 Bit16u *AX;Bit16u ES;Bit16u DI;
771 Bit16u ss=get_SS();
773 Bit16u status;
774 Bit16u resul
[all...]
H A Dvgabios.h6 typedef unsigned short Bit16u; typedef
H A Dclext.c1636 Bit16u DI, SI, BP, SP, BX, DX, CX, AX, ES, DS, FLAGS;
H A Dvgatables.h102 Bit16u sstart;
/external/qemu-pc-bios/vgabios/tests/
H A Dtestbios.c15 typedef unsigned short Bit16u; typedef
20 Bit16u nbcols;
21 Bit16u regen;
22 Bit16u start;
23 Bit16u curpos[8];
26 Bit16u crtc;
27 Bit16u msr;
28 Bit16u cgapal;
30 Bit16u cheight;
35 Bit16u vsse
[all...]
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c269 typedef unsigned short Bit16u; typedef
281 Bit16u seg;
282 Bit16u offset;
283 Bit16u value;
284 Bit16u count;
320 Bit16u dseg;
321 Bit16u doffset;
322 Bit16u sseg;
323 Bit16u soffset;
324 Bit16u coun
[all...]
/external/qemu-pc-bios/bochs/
H A Dbochs.h525 *((Bit16u*)(hostPtr)) = (nativeVar16)
532 (nativeVar16) = *((Bit16u*)(hostPtr))
539 (* (Bit16u *)(hostAddrDst)) = (* (Bit16u *)(hostAddrSrc));
569 (nativeVar16) = ((Bit16u) ((Bit8u *)(hostPtr))[0]) | \
570 (((Bit16u) ((Bit8u *)(hostPtr))[1])<<8) ; \

Completed in 567 milliseconds