Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-core.c293 .has_36bit_dma = false,
307 .has_36bit_dma = true,
321 .has_36bit_dma = false,
470 dma_size = isi->pdata->has_36bit_dma ? 36 : 32; in mxc_isi_probe()
H A Dimx8-isi-hw.c33 if (pipe->isi->pdata->has_36bit_dma) in mxc_isi_channel_set_inbuf()
53 if (pipe->isi->pdata->has_36bit_dma) { in mxc_isi_channel_set_outbuf()
69 if (pipe->isi->pdata->has_36bit_dma) { in mxc_isi_channel_set_outbuf()
H A Dimx8-isi-core.h175 bool has_36bit_dma; member