Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/ti/cal/
H A Dcal_regs.h76 #define CAL_CSI2_STATUS(phy, csi2_ctx) (0x350U + (phy) * 0x80U + (csi2_ctx) * 4) macro
H A Dcal.c609 cal_read(cal, CAL_CSI2_STATUS(phy->instance, ctx->csi2_ctx)) & in cal_update_seq_number()