Searched refs:dummy_lop (Results 1 – 2 of 2) sorted by relevance
116 if (cio2->dummy_lop) { in cio2_fbpt_exit_dummy()117 dma_free_coherent(dev, PAGE_SIZE, cio2->dummy_lop, in cio2_fbpt_exit_dummy()119 cio2->dummy_lop = NULL; in cio2_fbpt_exit_dummy()136 cio2->dummy_lop = dma_alloc_coherent(dev, PAGE_SIZE, in cio2_fbpt_init_dummy()139 if (!cio2->dummy_page || !cio2->dummy_lop) { in cio2_fbpt_init_dummy()148 cio2->dummy_lop[i] = PFN_DOWN(cio2->dummy_page_bus_addr); in cio2_fbpt_init_dummy()
395 u32 *dummy_lop; member