Searched refs:csi2_ctx (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/media/platform/ti/cal/ |
A D | cal_regs.h | 75 #define CAL_CSI2_CTX(phy, csi2_ctx) (0x330U + (phy) * 0x80U + (csi2_ctx) * 4) argument 76 #define CAL_CSI2_STATUS(phy, csi2_ctx) (0x350U + (phy) * 0x80U + (csi2_ctx) * 4) argument
|
A D | cal.c | 328 val = cal_read(ctx->cal, CAL_CSI2_CTX(ctx->phy->instance, ctx->csi2_ctx)); in cal_ctx_csi2_config() 344 cal_write(ctx->cal, CAL_CSI2_CTX(ctx->phy->instance, ctx->csi2_ctx), val); in cal_ctx_csi2_config() 346 ctx->phy->instance, ctx->csi2_ctx, in cal_ctx_csi2_config() 347 cal_read(ctx->cal, CAL_CSI2_CTX(ctx->phy->instance, ctx->csi2_ctx))); in cal_ctx_csi2_config() 614 cal_write(ctx->cal, CAL_CSI2_CTX(ctx->phy->instance, ctx->csi2_ctx), 0); in cal_ctx_stop() 639 cal_read(cal, CAL_CSI2_STATUS(phy->instance, ctx->csi2_ctx)) & in cal_update_seq_number() 1049 ctx->csi2_ctx = inst; in cal_ctx_create()
|
A D | cal.h | 253 u8 csi2_ctx; member
|
Completed in 10 milliseconds