Home
last modified time | relevance | path

Searched refs:COMJ_VSYNC_HIGH (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/media/i2c/
Dov6650.c161 #define COMJ_VSYNC_HIGH BIT(0) macro
915 ret = ov6650_reg_rmw(client, REG_COMJ, COMJ_VSYNC_HIGH, 0); in ov6650_s_mbus_config()
917 ret = ov6650_reg_rmw(client, REG_COMJ, 0, COMJ_VSYNC_HIGH); in ov6650_s_mbus_config()