Searched refs:page_to_bus (Results 1 – 14 of 14) sorted by relevance
53 #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
74 #define page_to_bus(page) (page_to_phys(page)) macro
9 #define page_to_bus page_to_phys macro
72 *handle = page_to_bus(page); in __dma_alloc()
83 return page_to_bus(page) + offset; in dma_map_page()
317 #define page_to_bus page_to_phys macro
78 #define page_to_bus page_to_phys macro
221 sg->dma_address = page_to_bus(sg_page(sg)) + sg->offset; in dma_map_sg()
307 #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
822 #define page_to_bus(page) (page_to_phys(page) + PCI_DRAM_OFFSET) macro