Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/atomisp/i2c/
H A Dov2722.h235 #define OV2722_MAX_WRITE_BUF_SIZE 30 macro
239 u8 data[OV2722_MAX_WRITE_BUF_SIZE];
H A Datomisp-ov2722.c208 if (ctrl->index + sizeof(u16) >= OV2722_MAX_WRITE_BUF_SIZE) in __ov2722_buf_reg_array()