Searched refs:page_to_bus (Results 1 – 14 of 14) sorted by relevance
52 #define page_to_bus(page) page_to_virt(page) macro
37 #define page_to_bus(page) (page_to_phys(page)) macro
160 # define page_to_bus(page) (page_to_phys(page)) macro
9 #define page_to_bus page_to_phys macro
74 #define page_to_bus(page) (page_to_phys(page)) macro
72 *handle = page_to_bus(page); in __dma_alloc()
76 #define page_to_bus page_to_phys macro
83 return page_to_bus(page) + offset; in dma_map_page()
315 #define page_to_bus page_to_phys macro
220 sg[i].dma_address = page_to_bus(sg_page(&sg[i])) + sg[i].offset; in dma_map_sg()
305 #define page_to_bus page_to_phys macro
235 *handle = page_to_bus(page); in dma_alloc_coherent()
102 #define page_to_bus page_to_phys macro
821 #define page_to_bus(page) (page_to_phys(page) + PCI_DRAM_OFFSET) macro