Searched refs:OV519_R51_RESET1 (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/media/usb/gspca/ |
D | ov519.c | 451 #define OV519_R51_RESET1 0x51 macro 2480 reg_w(sd, OV519_R51_RESET1, 0x0f); in ov51x_stop() 2481 reg_w(sd, OV519_R51_RESET1, 0x00); in ov51x_stop() 2516 reg_w(sd, OV519_R51_RESET1, 0x0f); in ov51x_restart() 2517 reg_w(sd, OV519_R51_RESET1, 0x00); in ov51x_restart() 3099 { OV519_R51_RESET1, 0x0f }, in ov519_configure() 3100 { OV519_R51_RESET1, 0x00 }, in ov519_configure() 4100 reg_w(sd, OV519_R51_RESET1, 0x0f); /* block stream */ in sethvflip() 4105 reg_w(sd, OV519_R51_RESET1, 0x00); /* restart stream */ in sethvflip()
|