Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-hw.c341 val |= CHNL_CTRL_SRC_INPUT(pipe->isi->pdata->num_ports); in mxc_isi_channel_set_control()
344 val |= CHNL_CTRL_SRC_INPUT(input); in mxc_isi_channel_set_control()
H A Dimx8-isi-regs.h30 #define CHNL_CTRL_SRC_INPUT(n) ((n) << 0) macro