Searched refs:curout (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/ivtv/
H A Divtv-gpio.c108 int curdir, curout; local
113 curout = read_reg(IVTV_REG_GPIO_OUT);
117 curout = (curout & ~0xF) | 1;
118 write_reg(curout, IVTV_REG_GPIO_OUT);
121 curout |= 2;
122 write_reg(curout, IVTV_REG_GPIO_OUT);
132 u32 curout; local
137 curout = read_reg(IVTV_REG_GPIO_OUT);
138 curout
[all...]

Completed in 108 milliseconds