Searched refs:cal_write (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/media/platform/ti/cal/ |
A D | cal.c | 396 cal_write(ctx->cal, CAL_PIX_PROC(ctx->pix_proc), val); in cal_ctx_pix_proc_config() 415 cal_write(ctx->cal, CAL_WR_DMA_CTRL(ctx->dma_ctx), val); in cal_ctx_wr_dma_config() 571 cal_write(ctx->cal, CAL_HL_IRQENABLE_SET(1), in cal_ctx_start() 573 cal_write(ctx->cal, CAL_HL_IRQENABLE_SET(2), in cal_ctx_start() 606 cal_write(ctx->cal, CAL_HL_IRQENABLE_CLR(1), in cal_ctx_stop() 608 cal_write(ctx->cal, CAL_HL_IRQENABLE_CLR(2), in cal_ctx_stop() 618 cal_write(ctx->cal, CAL_PIX_PROC(ctx->pix_proc), 0); in cal_ctx_stop() 759 cal_write(cal, CAL_HL_IRQSTATUS(i), status[i]); in cal_irq() 774 cal_write(cal, CAL_CSI2_COMPLEXIO_IRQSTATUS(i), in cal_irq() 785 cal_write(cal, CAL_CSI2_VC_IRQSTATUS(i), vc_stat); in cal_irq() [all …]
|
A D | cal-camerarx.c | 97 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 D | cal.h | 294 static inline void cal_write(struct cal_dev *cal, u32 offset, u32 val) in cal_write() function 311 cal_write(cal, offset, val); in cal_write_field()
|
Completed in 12 milliseconds