Searched refs:OV519_R51_RESET1 (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/media/usb/gspca/ |
D | ov519.c | 499 #define OV519_R51_RESET1 0x51 macro 2508 reg_w(sd, OV519_R51_RESET1, 0x0f); in ov51x_stop() 2509 reg_w(sd, OV519_R51_RESET1, 0x00); in ov51x_stop() 2544 reg_w(sd, OV519_R51_RESET1, 0x0f); in ov51x_restart() 2545 reg_w(sd, OV519_R51_RESET1, 0x00); in ov51x_restart() 3119 { OV519_R51_RESET1, 0x0f }, in ov519_configure() 3120 { OV519_R51_RESET1, 0x00 }, in ov519_configure() 4109 reg_w(sd, OV519_R51_RESET1, 0x0f); /* block stream */ in sethvflip() 4114 reg_w(sd, OV519_R51_RESET1, 0x00); /* restart stream */ in sethvflip()
|