Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-hw.c14 #define ISI_DOWNSCALE_THRESHOLD 0x4000 macro
115 return min_t(u32, from * 0x1000 / (to * *dec), ISI_DOWNSCALE_THRESHOLD); in mxc_isi_channel_scaling_ratio()