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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx25840/
H A Dcx25840-firmware.c113 u32 gpio_oe = 0, gpio_da = 0; local
117 gpio_oe = cx25840_read(client, 0x160);
161 cx25840_write(client, 0x160, gpio_oe);
H A Dcx25840-core.c186 u8 gpio_oe, gpio_data, strength; local
189 gpio_oe = cx25840_read(client, 0x160);
222 gpio_oe |= (0x1 << 0);
227 gpio_oe &= ~(0x1 << 0);
239 gpio_oe |= (0x1 << 1);
248 gpio_oe &= ~(0x1 << 1);
261 gpio_oe |= (0x1 << 2);
266 gpio_oe &= ~(0x1 << 2);
279 gpio_oe |= (0x1 << 3);
284 gpio_oe
[all...]

Completed in 96 milliseconds