Searched defs:modeset_ctl (Results 1 - 1 of 1) sorted by relevance

/external/qemu-pc-bios/vgabios/
H A Dvgabios.c833 Bit8u modeset_ctl,video_ctl,vga_switches; local
867 modeset_ctl=read_byte(BIOSMEM_SEG,BIOSMEM_MODESET_CTL);
873 if((modeset_ctl&0x08)==0)
908 if((modeset_ctl&0x02)==0x02)
1055 Bit8u modeset_ctl; local
1063 modeset_ctl=read_byte(BIOSMEM_SEG,BIOSMEM_MODESET_CTL);
1065 if((modeset_ctl&0x01) && (cheight>8) && (CL<8) && (CH<0x20))

Completed in 496 milliseconds