Searched refs:R51x_SYS_RESET (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/media/usb/gspca/ |
D | ov519.c | 401 #define R51x_SYS_RESET 0x50 macro 2473 reg_w(sd, R51x_SYS_RESET, 0x3d); in ov51x_stop() 2477 reg_w_mask(sd, R51x_SYS_RESET, 0x3a, 0x3a); in ov51x_stop() 2508 reg_w(sd, R51x_SYS_RESET, 0x00); in ov51x_restart() 2513 reg_w(sd, R51x_SYS_RESET, 0x00); in ov51x_restart() 2868 reg_w(sd, R51x_SYS_RESET, 0x40); in sd_reset_snapshot() 2869 reg_w(sd, R51x_SYS_RESET, 0x00); in sd_reset_snapshot() 2955 { R51x_SYS_RESET, 0x7f }, in ov511_configure() 2957 { R51x_SYS_RESET, 0x7f }, in ov511_configure() 2959 { R51x_SYS_RESET, 0x3f }, in ov511_configure() [all …]
|