Searched refs:dummy_lop (Results 1 – 2 of 2) sorted by relevance
108 if (cio2->dummy_lop) { in cio2_fbpt_exit_dummy()109 dma_free_coherent(dev, PAGE_SIZE, cio2->dummy_lop, in cio2_fbpt_exit_dummy()111 cio2->dummy_lop = NULL; in cio2_fbpt_exit_dummy()128 cio2->dummy_lop = dma_alloc_coherent(dev, PAGE_SIZE, in cio2_fbpt_init_dummy()131 if (!cio2->dummy_page || !cio2->dummy_lop) { in cio2_fbpt_init_dummy()140 cio2->dummy_lop[i] = PFN_DOWN(cio2->dummy_page_bus_addr); in cio2_fbpt_init_dummy()
399 u32 *dummy_lop; member
Completed in 12 milliseconds