Home
last modified time | relevance | path

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

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