Home
last modified time | relevance | path

Searched refs:CHNL_CTRL_CHNL_EN (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-hw.c515 val |= CHNL_CTRL_CHNL_EN; in mxc_isi_channel_enable()
530 val &= ~CHNL_CTRL_CHNL_EN; in mxc_isi_channel_disable()
H A Dimx8-isi-regs.h14 #define CHNL_CTRL_CHNL_EN BIT(31) macro