Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/i2c/
Dov5693.c31 #define OV5693_REG_16BIT(n) ((2 << 16) | (n)) macro
43 #define OV5693_REG_CHIP_ID OV5693_REG_16BIT(0x300a)
55 #define OV5693_GAIN_CTRL_REG OV5693_REG_16BIT(0x350a)
63 #define OV5693_MWB_RED_GAIN_REG OV5693_REG_16BIT(0x3400)
64 #define OV5693_MWB_GREEN_GAIN_REG OV5693_REG_16BIT(0x3402)
65 #define OV5693_MWB_BLUE_GAIN_REG OV5693_REG_16BIT(0x3404)
74 #define OV5693_CROP_START_X_REG OV5693_REG_16BIT(0x3800)
75 #define OV5693_CROP_START_Y_REG OV5693_REG_16BIT(0x3802)
76 #define OV5693_CROP_END_X_REG OV5693_REG_16BIT(0x3804)
77 #define OV5693_CROP_END_Y_REG OV5693_REG_16BIT(0x3806)
[all …]