Home
last modified time | relevance | path

Searched refs:com14 (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dov9650.c734 u8 com14, edge; in ov965x_set_sharpness() local
737 ret = ov965x_read(ov965x, REG_COM14, &com14); in ov965x_set_sharpness()
743 com14 = value ? com14 | COM14_EDGE_EN : com14 & ~COM14_EDGE_EN; in ov965x_set_sharpness()
746 com14 |= COM14_EEF_X2; in ov965x_set_sharpness()
749 com14 &= ~COM14_EEF_X2; in ov965x_set_sharpness()
751 ret = ov965x_write(ov965x, REG_COM14, com14); in ov965x_set_sharpness()
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dov9650.c732 u8 com14, edge; in ov965x_set_sharpness() local
735 ret = ov965x_read(ov965x, REG_COM14, &com14); in ov965x_set_sharpness()
741 com14 = value ? com14 | COM14_EDGE_EN : com14 & ~COM14_EDGE_EN; in ov965x_set_sharpness()
744 com14 |= COM14_EEF_X2; in ov965x_set_sharpness()
747 com14 &= ~COM14_EEF_X2; in ov965x_set_sharpness()
749 ret = ov965x_write(ov965x, REG_COM14, com14); in ov965x_set_sharpness()

Completed in 6 milliseconds