Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/platform/ti-vpe/
Dcal.c163 val = cal_read(ctx->cal, CAL_CSI2_CTX0(ctx->index)); in cal_ctx_csi2_config()
179 cal_write(ctx->cal, CAL_CSI2_CTX0(ctx->index), val); in cal_ctx_csi2_config()
181 cal_read(ctx->cal, CAL_CSI2_CTX0(ctx->index))); in cal_ctx_csi2_config()
Dcal_regs.h75 #define CAL_CSI2_CTX0(m) (0x330U + (m) * 0x80U) macro