Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/atomisp/i2c/
H A Dgc2235.h186 #define GC2235_MAX_WRITE_BUF_SIZE 30 macro
190 u8 data[GC2235_MAX_WRITE_BUF_SIZE];
H A Datomisp-gc2235.c167 if (ctrl->index + sizeof(u8) >= GC2235_MAX_WRITE_BUF_SIZE) in __gc2235_buf_reg_array()