Searched refs:upd64031a_write (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 Dupd64031a.c100 static void upd64031a_write(struct v4l2_subdev *sd, u8 reg, u8 val) function
121 upd64031a_write(sd, R00, reg | 0x10);
122 upd64031a_write(sd, R00, reg & ~0x10);
145 upd64031a_write(sd, R00, r00);
146 upd64031a_write(sd, R05, r05);
147 upd64031a_write(sd, R08, r08);
187 upd64031a_write(sd, reg->reg & 0xff, reg->val & 0xff);
244 upd64031a_write(sd, i, state->regs[i]);

Completed in 117 milliseconds