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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dmt9v022.c108 u16 chip_control; member in struct:mt9v022
161 mt9v022->chip_control |= 0x10;
162 ret = reg_write(client, MT9V022_CHIP_CONTROL, mt9v022->chip_control);
192 mt9v022->chip_control &= ~0x10;
195 mt9v022->chip_control |= 0x10;
197 if (reg_write(client, MT9V022_CHIP_CONTROL, mt9v022->chip_control) < 0)
245 mt9v022->chip_control &= ~0x8;
247 ret = reg_write(client, MT9V022_CHIP_CONTROL, mt9v022->chip_control);
252 pixclk, mt9v022->chip_control);
904 mt9v022->chip_control
[all...]

Completed in 160 milliseconds