Searched refs:ov518_reg_w32 (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/media/usb/gspca/ |
D | ov519.c | 2149 static void ov518_reg_w32(struct sd *sd, u16 index, u32 value, int n) in ov518_reg_w32() function 3617 ov518_reg_w32(sd, R51x_FIFO_PSIZE, packet_size & ~7, 2); in ov518_mode_init_regs() 3709 ov518_reg_w32(sd, 0xc4, 400, 2); /* 190h */ in ov518_mode_init_regs() 3710 ov518_reg_w32(sd, 0xc6, 540, 2); /* 21ch */ in ov518_mode_init_regs() 3711 ov518_reg_w32(sd, 0xc7, 540, 2); /* 21ch */ in ov518_mode_init_regs() 3712 ov518_reg_w32(sd, 0xc8, 108, 2); /* 6ch */ in ov518_mode_init_regs() 3713 ov518_reg_w32(sd, 0xca, 131098, 3); /* 2001ah */ in ov518_mode_init_regs() 3714 ov518_reg_w32(sd, 0xcb, 532, 2); /* 214h */ in ov518_mode_init_regs() 3715 ov518_reg_w32(sd, 0xcc, 2400, 2); /* 960h */ in ov518_mode_init_regs() 3716 ov518_reg_w32(sd, 0xcd, 32, 2); /* 20h */ in ov518_mode_init_regs() [all …]
|