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

/external/qemu-pc-bios/vgabios/
H A Dvbe.h24 Bit8u VbeSignature[4];
28 Bit8u Capabilities[4];
40 Bit8u OemData[256];
50 Bit8u WinAAttributes;
51 Bit8u WinBAttributes;
61 Bit8u XCharSize;
62 Bit8u YCharSize;
63 Bit8u NumberOfPlanes;
64 Bit8u BitsPerPixel;
65 Bit8u NumberOfBank
[all...]
H A Dvgabios.c60 static Bit8u read_byte();
64 static Bit8u inb();
76 static Bit8u find_vga_entry();
114 extern Bit8u video_save_pointer_table[];
826 static void biosfn_set_video_mode(mode) Bit8u mode;
830 Bit8u noclearmem=mode&0x80;
831 Bit8u line,mmask,*palette,vpti;
833 Bit8u modeset_ctl,video_ctl,vga_switches;
1053 Bit8u CH;Bit8u C
[all...]
H A Dvgabios.h5 typedef unsigned char Bit8u; typedef
H A Dvgatables.h98 {Bit8u svgamode;
99 Bit8u class; /* TEXT, GRAPH */
100 Bit8u memmodel; /* CTEXT,MTEXT,CGA,PL1,PL2,PL4,P8,P15,P16,P24,P32 */
101 Bit8u pixbits;
103 Bit8u pelmask;
104 Bit8u dacmodel; /* 0 1 2 3 */
128 static Bit8u line_to_vpti[MODE_MAX+1]={
136 static Bit8u dac_regs[DAC_MAX_MODEL+1]=
141 Bit8u twidth;
142 Bit8u theightm
[all...]
H A Dvbe.c973 Bit8u no_clear;
974 Bit8u lfb_flag;
987 Bit8u mode;
H A Dvgafonts.h6 static Bit8u vgafont8[256*8]=
265 static Bit8u vgafont14[256*14]=
524 static Bit8u vgafont16[256*16]=
783 static Bit8u vgafont14alt[1]={0x00};
784 static Bit8u vgafont16alt[1]={0x00};
/external/qemu-pc-bios/bochs/
H A Dbochs.h129 Bit32u crc32(const Bit8u *buf, int len);
548 ((Bit8u *)(hostPtr))[0] = (Bit8u) (nativeVar16); \
549 ((Bit8u *)(hostPtr))[1] = (Bit8u) ((nativeVar16)>>8); \
552 ((Bit8u *)(hostPtr))[0] = (Bit8u) (nativeVar32); \
553 ((Bit8u *)(hostPtr))[1] = (Bit8u) ((nativeVar32)>>8); \
554 ((Bit8u *)(hostPt
[all...]
/external/qemu-pc-bios/vgabios/tests/
H A Dtestbios.c14 typedef unsigned char Bit8u; typedef
18 {Bit8u initial;
19 Bit8u current;
24 Bit8u curtyp;
25 Bit8u curpage;
29 Bit8u nbrows;
31 Bit8u ctl;
32 Bit8u switches;
33 Bit8u modeset;
34 Bit8u dc
[all...]
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c268 typedef unsigned char Bit8u; typedef
622 Bit8u midnight_flag;
638 Bit8u prefix;
639 Bit8u unused;
640 Bit8u irq;
641 Bit8u blkcount;
642 Bit8u dma;
643 Bit8u pio;
646 Bit8u revision;
647 Bit8u checksu
[all...]

Completed in 172 milliseconds