Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/ti/omap3isp/
H A Dispreg.h1424 #define ISPCSI2_CTX_CTRL3_ALPHA_SHIFT 5 macro
1426 (0x3fff << ISPCSI2_CTX_CTRL3_ALPHA_SHIFT)
H A Dispcsi2.c331 reg |= (ctx->alpha << ISPCSI2_CTX_CTRL3_ALPHA_SHIFT); in csi2_ctx_config()