Home
last modified time | relevance | path

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

/linux/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-hw.c88 val &= ~CHNL_MEM_RD_CTRL_READ_MEM; in mxc_isi_channel_m2m_start()
93 val |= CHNL_MEM_RD_CTRL_READ_MEM; in mxc_isi_channel_m2m_start()
H A Dimx8-isi-regs.h372 #define CHNL_MEM_RD_CTRL_READ_MEM BIT(0) macro