Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/platform/nxp/imx8-isi/
Dimx8-isi-hw.c310 val = mxc_isi_read(pipe, CHNL_CTRL); in mxc_isi_channel_set_control()
346 mxc_isi_write(pipe, CHNL_CTRL, val); in mxc_isi_channel_set_control()
473 mxc_isi_write(pipe, CHNL_CTRL, CHNL_CTRL_SW_RST); in mxc_isi_channel_sw_reset()
475 mxc_isi_write(pipe, CHNL_CTRL, enable_clk ? CHNL_CTRL_CLK_EN : 0); in mxc_isi_channel_sw_reset()
512 val = mxc_isi_read(pipe, CHNL_CTRL); in mxc_isi_channel_enable()
514 mxc_isi_write(pipe, CHNL_CTRL, val); in mxc_isi_channel_enable()
527 val = mxc_isi_read(pipe, CHNL_CTRL); in mxc_isi_channel_disable()
529 mxc_isi_write(pipe, CHNL_CTRL, val); in mxc_isi_channel_disable()
Dimx8-isi-debug.c30 MXC_ISI_DEBUG_REG(CHNL_CTRL), in mxc_isi_debug_dump_regs_show()
Dimx8-isi-regs.h13 #define CHNL_CTRL 0x0000 macro