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

/linux-master/drivers/media/i2c/cx25840/
H A Dcx25840-firmware.c104 u32 gpio_oe = 0, gpio_da = 0; local
108 gpio_oe = cx25840_read(client, 0x160);
151 cx25840_write(client, 0x160, gpio_oe);
H A Dcx25840-core.c180 u8 gpio_oe, gpio_data, strength; local
183 gpio_oe = cx25840_read(client, 0x160);
216 gpio_oe |= (0x1 << 0);
221 gpio_oe &= ~(0x1 << 0);
233 gpio_oe |= (0x1 << 1);
242 gpio_oe &= ~(0x1 << 1);
255 gpio_oe |= (0x1 << 2);
260 gpio_oe &= ~(0x1 << 2);
273 gpio_oe |= (0x1 << 3);
278 gpio_oe
[all...]

Completed in 211 milliseconds