Home
last modified time | relevance | path

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

/linux/drivers/media/platform/ti-vpe/
A Dcal.c509 cal_write(ctx->cal, CAL_HL_IRQENABLE_SET(1), in cal_ctx_start()
511 cal_write(ctx->cal, CAL_HL_IRQENABLE_SET(2), in cal_ctx_start()
537 cal_write(ctx->cal, CAL_HL_IRQENABLE_CLR(1), in cal_ctx_stop()
539 cal_write(ctx->cal, CAL_HL_IRQENABLE_CLR(2), in cal_ctx_stop()
549 cal_write(ctx->cal, CAL_PIX_PROC(ctx->pix_proc), 0); in cal_ctx_stop()
627 cal_write(cal, CAL_HL_IRQSTATUS(0), status); in cal_irq()
640 cal_write(cal, CAL_CSI2_COMPLEXIO_IRQSTATUS(i), in cal_irq()
651 cal_write(cal, CAL_CSI2_VC_IRQSTATUS(i), vc_stat); in cal_irq()
662 cal_write(cal, CAL_HL_IRQSTATUS(1), status); in cal_irq()
676 cal_write(cal, CAL_HL_IRQSTATUS(2), status); in cal_irq()
[all …]
A Dcal-camerarx.c97 cal_write(phy->cal, CAL_CSI2_COMPLEXIO_CFG(phy->instance), val); in cal_camerarx_lane_config()
247 cal_write(phy->cal, CAL_HL_IRQENABLE_SET(0), in cal_camerarx_enable_irqs()
250 cal_write(phy->cal, CAL_CSI2_COMPLEXIO_IRQENABLE(phy->instance), in cal_camerarx_enable_irqs()
252 cal_write(phy->cal, CAL_CSI2_VC_IRQENABLE(phy->instance), in cal_camerarx_enable_irqs()
259 cal_write(phy->cal, CAL_HL_IRQENABLE_CLR(0), in cal_camerarx_disable_irqs()
262 cal_write(phy->cal, CAL_CSI2_COMPLEXIO_IRQENABLE(phy->instance), 0); in cal_camerarx_disable_irqs()
263 cal_write(phy->cal, CAL_CSI2_VC_IRQENABLE(phy->instance), 0); in cal_camerarx_disable_irqs()
362 cal_write(phy->cal, CAL_CSI2_TIMING(phy->instance), val); in cal_camerarx_start()
A Dcal.h290 static inline void cal_write(struct cal_dev *cal, u32 offset, u32 val) in cal_write() function
307 cal_write(cal, offset, val); in cal_write_field()

Completed in 10 milliseconds