Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/atomisp/i2c/ov5693/
H A Dov5693.h265 #define OV5693_MAX_WRITE_BUF_SIZE 30 macro
269 u8 data[OV5693_MAX_WRITE_BUF_SIZE];
H A Datomisp-ov5693.c361 if (ctrl->index + sizeof(u16) >= OV5693_MAX_WRITE_BUF_SIZE) in __ov5693_buf_reg_array()