Searched refs:VGA (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dstv680.h104 unsigned int VideoMode; /* 0x0100 = VGA, 0x0000 = CIF, 0x0300 = QVGA */
107 int VGA; member in struct:usb_stv
H A Dstv680.c297 /* Switch to Video mode: 0x0100 = VGA (640x480), 0x0000 = CIF (352x288) 0x0300 = QVGA (320x240) */
360 stv680->VGA = 0;
365 stv680->VGA = 1;
397 stv680->origMode = buffer[0]; /* 01 = VGA, 03 = QVGA, 00 = CIF */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/boot/
H A Dvideo.S119 call basic_detect # Basic adapter type testing (EGA/VGA/MDA/CGA)
141 # Detect if we have CGA, MDA, EGA or VGA and pass it to the kernel.
144 movb $0x12, %ah # Check EGA/VGA
152 movw $0x1a00, %ax # Check EGA or VGA?
154 cmpb $0x1a, %al # 1a means VGA...
157 incb %fs:(PARAM_HAVE_VGA) # We've detected a VGA
183 movw %ax, %fs:(PARAM_FONT_POINTS) # (valid only on EGA/VGA)
196 movb %gs:(0x484), %al # On EGA/VGA, use the EGA+ BIOS
449 lmscan: cmpb $0, adapter # Scanning only on EGA/VGA
716 # Set the 80x28 mode. This mode works on all VGA'
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-integrator/
H A Dimpd1.c100 #define VGA 4 macro
102 #if PANEL == VGA
106 .name = "VGA",

Completed in 97 milliseconds