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

/vbox/src/VBox/Devices/Graphics/BIOS/
H A Dvgabios.c513 uint8_t modeset_ctl; local
521 modeset_ctl=read_byte(BIOSMEM_SEG,BIOSMEM_MODESET_CTL);
523 if((modeset_ctl&0x01) && (cheight>8) && (CL<8) && (CH<0x20))
651 uint8_t modeset_ctl,video_ctl,vga_switches; local
692 modeset_ctl=read_byte(BIOSMEM_SEG,BIOSMEM_MODESET_CTL);
698 if((modeset_ctl&0x08)==0)
733 if((modeset_ctl&0x02)==0x02)

Completed in 570 milliseconds