Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/platform/nxp/imx8-isi/
Dimx8-isi-hw.c21 static inline void mxc_isi_write(struct mxc_isi_pipe *pipe, u32 reg, u32 val) in mxc_isi_write() function
32 mxc_isi_write(pipe, CHNL_IN_BUF_ADDR, lower_32_bits(dma_addr)); in mxc_isi_channel_set_inbuf()
34 mxc_isi_write(pipe, CHNL_IN_BUF_XTND_ADDR, in mxc_isi_channel_set_inbuf()
47 mxc_isi_write(pipe, CHNL_OUT_BUF1_ADDR_Y, in mxc_isi_channel_set_outbuf()
49 mxc_isi_write(pipe, CHNL_OUT_BUF1_ADDR_U, in mxc_isi_channel_set_outbuf()
51 mxc_isi_write(pipe, CHNL_OUT_BUF1_ADDR_V, in mxc_isi_channel_set_outbuf()
54 mxc_isi_write(pipe, CHNL_Y_BUF1_XTND_ADDR, in mxc_isi_channel_set_outbuf()
56 mxc_isi_write(pipe, CHNL_U_BUF1_XTND_ADDR, in mxc_isi_channel_set_outbuf()
58 mxc_isi_write(pipe, CHNL_V_BUF1_XTND_ADDR, in mxc_isi_channel_set_outbuf()
63 mxc_isi_write(pipe, CHNL_OUT_BUF2_ADDR_Y, in mxc_isi_channel_set_outbuf()
[all …]