Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dov5640.c49 #define OV5640_REG_SLAVE_ID 0x3100 macro
612 buf[0] = OV5640_REG_SLAVE_ID >> 8; in ov5640_init_slave_id()
613 buf[1] = OV5640_REG_SLAVE_ID & 0xff; in ov5640_init_slave_id()
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dov5640.c64 #define OV5640_REG_SLAVE_ID 0x3100 macro
1160 buf[0] = OV5640_REG_SLAVE_ID >> 8; in ov5640_init_slave_id()
1161 buf[1] = OV5640_REG_SLAVE_ID & 0xff; in ov5640_init_slave_id()

Completed in 9 milliseconds