Searched refs:reg_w_mask (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/media/usb/gspca/ |
D | stk1135.c | 95 static void reg_w_mask(struct gspca_dev *gspca_dev, u16 index, u8 val, u8 mask) in reg_w_mask() function 363 reg_w_mask(gspca_dev, STK1135_REG_SCTRL, 0x00, 0x80); in stk1135_camera_disable() 369 reg_w_mask(gspca_dev, STK1135_REG_SENSO + 2, 0x00, 0x01); in stk1135_camera_disable() 460 reg_w_mask(gspca_dev, STK1135_REG_SCTRL, 0x80, 0x80); in sd_start()
|
D | ov519.c | 2125 static void reg_w_mask(struct sd *sd, in reg_w_mask() function 2477 reg_w_mask(sd, R51x_SYS_RESET, 0x3a, 0x3a); in ov51x_stop() 2485 reg_w_mask(sd, 0x0f, 0x00, 0x02); in ov51x_stop() 2521 reg_w_mask(sd, 0x0f, 0x02, 0x02); in ov51x_restart() 2836 reg_w_mask(sd, R518_GPIO_OUT, 0x02 * on, 0x02); in ov51x_led_control() 2839 reg_w_mask(sd, OV519_GPIO_DATA_OUT0, on, 1); in ov51x_led_control() 3071 reg_w_mask(sd, R518_GPIO_CTL, 0x00, 0x02); in ov518_configure() 3631 reg_w_mask(sd, 0x20, 0x08, 0x08); in ov518_mode_init_regs() 3634 reg_w_mask(sd, 0x28, 0x80, 0xf0); in ov518_mode_init_regs() 3635 reg_w_mask(sd, 0x38, 0x80, 0xf0); in ov518_mode_init_regs() [all …]
|