Searched refs:reg_w_mask (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/gspca/
H A Dov519.c1972 static int reg_w_mask(struct sd *sd, function
2335 return reg_w_mask(sd, R51x_SYS_RESET, 0x3a, 0x3a);
2339 return reg_w_mask(sd, 0x0f, 0x00, 0x02);
2372 return reg_w_mask(sd, 0x0f, 0x02, 0x02);
2690 reg_w_mask(sd, R518_GPIO_OUT, on ? 0x02 : 0x00, 0x02);
2693 reg_w_mask(sd, OV519_GPIO_DATA_OUT0, !on, 1); /* 0 / 1 */
2948 rc = reg_w_mask(sd, R518_GPIO_CTL, 0x00, 0x02);
3398 reg_w_mask(sd, 0x20, 0x08, 0x08);
3401 reg_w_mask(sd, 0x28, 0x80, 0xf0);
3402 reg_w_mask(s
[all...]

Completed in 51 milliseconds