Home
last modified time | relevance | path

Searched refs:cal_write (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/media/platform/ti/cal/
H A Dcal.c372 cal_write(ctx->cal, CAL_PIX_PROC(ctx->pix_proc), val); in cal_ctx_pix_proc_config()
391 cal_write(ctx->cal, CAL_WR_DMA_CTRL(ctx->dma_ctx), val); in cal_ctx_wr_dma_config()
541 cal_write(ctx->cal, CAL_HL_IRQENABLE_SET(1), in cal_ctx_start()
543 cal_write(ctx->cal, CAL_HL_IRQENABLE_SET(2), in cal_ctx_start()
576 cal_write(ctx->cal, CAL_HL_IRQENABLE_CLR(1), in cal_ctx_stop()
578 cal_write(ctx->cal, CAL_HL_IRQENABLE_CLR(2), in cal_ctx_stop()
588 cal_write(ctx->cal, CAL_PIX_PROC(ctx->pix_proc), 0); in cal_ctx_stop()
729 cal_write(cal, CAL_HL_IRQSTATUS(i), status[i]); in cal_irq()
744 cal_write(cal, CAL_CSI2_COMPLEXIO_IRQSTATUS(i), in cal_irq()
755 cal_write(cal, CAL_CSI2_VC_IRQSTATUS(i), vc_stat); in cal_irq()
[all …]
H A Dcal-camerarx.c104 cal_write(phy->cal, CAL_CSI2_COMPLEXIO_CFG(phy->instance), val); in cal_camerarx_lane_config()
254 cal_write(phy->cal, CAL_HL_IRQENABLE_SET(0), in cal_camerarx_enable_irqs()
257 cal_write(phy->cal, CAL_CSI2_COMPLEXIO_IRQENABLE(phy->instance), in cal_camerarx_enable_irqs()
259 cal_write(phy->cal, CAL_CSI2_VC_IRQENABLE(phy->instance), in cal_camerarx_enable_irqs()
266 cal_write(phy->cal, CAL_HL_IRQENABLE_CLR(0), in cal_camerarx_disable_irqs()
269 cal_write(phy->cal, CAL_CSI2_COMPLEXIO_IRQENABLE(phy->instance), 0); in cal_camerarx_disable_irqs()
270 cal_write(phy->cal, CAL_CSI2_VC_IRQENABLE(phy->instance), 0); in cal_camerarx_disable_irqs()
369 cal_write(phy->cal, CAL_CSI2_TIMING(phy->instance), val); in cal_camerarx_start()
H A Dcal.h287 static inline void cal_write(struct cal_dev *cal, u32 offset, u32 val) in cal_write() function
304 cal_write(cal, offset, val); in cal_write_field()