Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-hw.c312 val = mxc_isi_read(pipe, CHNL_CTRL); in mxc_isi_channel_set_control()
348 mxc_isi_write(pipe, CHNL_CTRL, val); in mxc_isi_channel_set_control()
475 mxc_isi_write(pipe, CHNL_CTRL, CHNL_CTRL_SW_RST); in mxc_isi_channel_sw_reset()
477 mxc_isi_write(pipe, CHNL_CTRL, enable_clk ? CHNL_CTRL_CLK_EN : 0); in mxc_isi_channel_sw_reset()
514 val = mxc_isi_read(pipe, CHNL_CTRL); in mxc_isi_channel_enable()
516 mxc_isi_write(pipe, CHNL_CTRL, val); in mxc_isi_channel_enable()
529 val = mxc_isi_read(pipe, CHNL_CTRL); in mxc_isi_channel_disable()
531 mxc_isi_write(pipe, CHNL_CTRL, val); in mxc_isi_channel_disable()
H A Dimx8-isi-debug.c29 MXC_ISI_DEBUG_REG(CHNL_CTRL), in mxc_isi_debug_dump_regs_show()
H A Dimx8-isi-regs.h13 #define CHNL_CTRL 0x0000 macro