Searched refs:lop (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/pci/intel/ipu3/ |
| H A D | ipu3-cio2.c | 849 memset(b->lop, 0, sizeof(b->lop)); in cio2_vb2_buf_init() 852 b->lop[i] = dma_alloc_coherent(dev, PAGE_SIZE, in cio2_vb2_buf_init() 854 if (!b->lop[i]) in cio2_vb2_buf_init() 870 b->lop[i][j] = PFN_DOWN(sg_page_iter_dma_address(&sg_iter)); in cio2_vb2_buf_init() 878 b->lop[i][j] = PFN_DOWN(cio2->dummy_page_bus_addr); in cio2_vb2_buf_init() 882 dma_free_coherent(dev, PAGE_SIZE, b->lop[i], b->lop_bus_addr[i]); in cio2_vb2_buf_init() 971 if (b->lop[i]) in cio2_vb2_buf_cleanup() 973 b->lop[i], b->lop_bus_addr[i]); in cio2_vb2_buf_cleanup()
|
| H A D | ipu3-cio2.h | 318 u32 *lop[CIO2_MAX_LOPS]; member
|
| /OK3568_Linux_fs/kernel/drivers/dma/ppc4xx/ |
| H A D | adma.c | 3365 int k = 0, op = 0, lop = 0; in ppc440spe_adma_dma2rxor_set_src() local 3369 lop = op; in ppc440spe_adma_dma2rxor_set_src() 3392 if (index == lop) in ppc440spe_adma_dma2rxor_set_src() 3406 int k = 0, op = 0, lop = 0; in ppc440spe_adma_dma2rxor_set_mult() local 3410 lop = op; in ppc440spe_adma_dma2rxor_set_mult() 3432 ppc440spe_rxor_set_mult(desc, k - 1, index - lop, mult); in ppc440spe_adma_dma2rxor_set_mult()
|