Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/ti/omap3isp/
H A Dispcsi2.c306 reg = isp_reg_readl(isp, csi2->regs1, ISPCSI2_CTX_CTRL2(ctx->ctxnum)); in csi2_ctx_config()
326 isp_reg_writel(isp, reg, csi2->regs1, ISPCSI2_CTX_CTRL2(ctx->ctxnum)); in csi2_ctx_config()
H A Dispreg.h1381 #define ISPCSI2_CTX_CTRL2(n) ((0x074) + 0x20 * (n)) macro