Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/omap4iss/
H A Diss_regs.h204 #define CSI2_CTX_CTRL1_COUNT_MASK (0xff << 8) macro
H A Diss_csi2.c296 reg &= ~CSI2_CTX_CTRL1_COUNT_MASK; in csi2_ctx_enable()