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