Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/platform/sunxi/sun6i-csi/
Dsun6i_csi_reg.h62 #define CSI_CH_CFG_INPUT_FMT(fmt) (((fmt) << 20) & CSI_CH_CFG_INPUT_FMT_MASK) macro
Dsun6i_csi.c477 cfg |= CSI_CH_CFG_INPUT_FMT(val); in sun6i_csi_set_format()