Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/i2c/
Dimx274.c78 #define IMX274_SHR_LIMIT_CONST (4) macro
1541 if (*val > *frame_length - IMX274_SHR_LIMIT_CONST) in imx274_clamp_coarse_time()
1542 *val = *frame_length - IMX274_SHR_LIMIT_CONST; in imx274_clamp_coarse_time()