HomeSort by relevance Sort by last modified time
    Searched refs:Bit8u (Results 1 - 9 of 9) sorted by null

  /external/qemu-pc-bios/vgabios/
vbe.h 24 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 NumberOfBanks
    [all...]
vgabios.c 60 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 CL;
    [all...]
vgabios.h 5 typedef unsigned char Bit8u;
vgatables.h 98 {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 theightm1
    [all...]
vbe.c 973 Bit8u no_clear;
974 Bit8u lfb_flag;
987 Bit8u mode;
    [all...]
vgafonts.h 6 static Bit8u vgafont8[256*8]=
265 static Bit8u vgafont14[256*14]=
    [all...]
  /external/qemu-pc-bios/bochs/
bochs.h 129 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 *)(hostPtr))[2] = (Bit8u) ((nativeVar32)>>16);
    [all...]
  /external/qemu-pc-bios/vgabios/tests/
testbios.c 14 typedef unsigned char Bit8u;
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 dcc;
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c 268 typedef unsigned char Bit8u;
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 checksum
    [all...]

Completed in 53 milliseconds