Searched refs:qvga (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/ovcamchip/
H A Dov7x20.c392 int qvga = win->quarter; local
395 ov_write_mask(c, 0x14, qvga?0x20:0x00, 0x20);
396 ov_write_mask(c, 0x28, qvga?0x00:0x20, 0x20);
397 ov_write(c, 0x24, qvga?0x20:0x3a);
398 ov_write(c, 0x25, qvga?0x30:0x60);
399 ov_write_mask(c, 0x2d, qvga?0x40:0x00, 0x40);
401 ov_write_mask(c, 0x67, qvga?0xf0:0x90, 0xf0);
402 ov_write_mask(c, 0x74, qvga?0x20:0x00, 0x20);
H A Dov76be.c229 int qvga = win->quarter; local
233 ov_write(c, 0x14, qvga?0xa4:0x84);
H A Dov7x10.c261 int qvga = win->quarter; local
265 ov_write(c, 0x14, qvga?0x24:0x04);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mach-netx/
H A Dnxdb500.c37 static struct clcd_panel qvga = { variable in typeref:struct:clcd_panel
198 netx_fb_init(&clcd_data, &qvga);
H A Dnxeb500hmi.c37 static struct clcd_panel qvga = { variable in typeref:struct:clcd_panel
175 netx_fb_init(&clcd_data, &qvga);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/
H A Dov511.c2080 int mode, int sub_flag, int qvga)
2088 i2c_w(ov, 0x14, qvga?0x24:0x04);
2092 i2c_w(ov, 0x14, qvga?0xa4:0x84);
2093 i2c_w_mask(ov, 0x28, qvga?0x00:0x20, 0x20);
2094 i2c_w(ov, 0x24, qvga?0x20:0x3a);
2095 i2c_w(ov, 0x25, qvga?0x30:0x60);
2096 i2c_w_mask(ov, 0x2d, qvga?0x40:0x00, 0x40);
2097 i2c_w_mask(ov, 0x67, qvga?0xf0:0x90, 0xf0);
2098 i2c_w_mask(ov, 0x74, qvga?0x20:0x00, 0x20);
2102 i2c_w(ov, 0x14, qvga
2079 mode_init_ov_sensor_regs(struct usb_ov511 *ov, int width, int height, int mode, int sub_flag, int qvga) argument
[all...]

Completed in 82 milliseconds