Searched refs:OV10635_HTS (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/media/i2c/ |
D | rdacm20.c | 45 #define OV10635_HTS 1572 macro 79 { 0x380b, 0x20 }, { 0x380c, OV10635_HTS >> 8 }, 80 { 0x380d, OV10635_HTS & 0xff }, { 0x380e, OV10635_VTS >> 8 }, 130 { 0x4606, (2 * OV10635_HTS) >> 8 }, { 0x4607, (2 * OV10635_HTS) & 0xff }, 132 { 0x460a, (2 * (OV10635_HTS - OV10635_WIDTH)) >> 8 }, 133 { 0x460b, (2 * (OV10635_HTS - OV10635_WIDTH)) & 0xff }, 266 { 0xc519, OV10635_VTS & 0xff}, { 0xc51a, OV10635_HTS >> 8}, 267 { 0xc51b, OV10635_HTS & 0xff}, { 0xc2e0, 0x00 }, { 0xc2e1, 0x51 },
|