Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-debug.c34 MXC_ISI_DEBUG_REG(CHNL_STS), in mxc_isi_debug_dump_regs_show()
H A Dimx8-isi-hw.c423 status = mxc_isi_read(pipe, CHNL_STS); in mxc_isi_channel_irq_status()
425 mxc_isi_write(pipe, CHNL_STS, status); in mxc_isi_channel_irq_status()
432 mxc_isi_write(pipe, CHNL_STS, 0xffffffff); in mxc_isi_channel_irq_clear()
H A Dimx8-isi-regs.h154 #define CHNL_STS 0x0014 macro