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