Home
last modified time | relevance | path

Searched refs:page_to_bus (Results 1 – 14 of 14) sorted by relevance

/linux-4.1.27/arch/nios2/include/asm/
Dio.h52 #define page_to_bus(page) page_to_virt(page) macro
/linux-4.1.27/arch/microblaze/include/asm/
Dio.h37 #define page_to_bus(page) (page_to_phys(page)) macro
Dpage.h160 # define page_to_bus(page) (page_to_phys(page)) macro
/linux-4.1.27/arch/metag/include/asm/
Dio.h9 #define page_to_bus page_to_phys macro
/linux-4.1.27/arch/score/include/asm/
Dpage.h74 #define page_to_bus(page) (page_to_phys(page)) macro
/linux-4.1.27/arch/avr32/mm/
Ddma-coherent.c72 *handle = page_to_bus(page); in __dma_alloc()
/linux-4.1.27/arch/m32r/include/asm/
Dio.h76 #define page_to_bus page_to_phys macro
/linux-4.1.27/arch/mn10300/include/asm/
Ddma-mapping.h83 return page_to_bus(page) + offset; in dma_map_page()
Dio.h315 #define page_to_bus page_to_phys macro
/linux-4.1.27/arch/avr32/include/asm/
Ddma-mapping.h220 sg[i].dma_address = page_to_bus(sg_page(&sg[i])) + sg[i].offset; in dma_map_sg()
Dio.h305 #define page_to_bus page_to_phys macro
/linux-4.1.27/arch/metag/kernel/
Ddma.c235 *handle = page_to_bus(page); in dma_alloc_coherent()
/linux-4.1.27/arch/ia64/include/asm/
Dio.h102 #define page_to_bus page_to_phys macro
/linux-4.1.27/arch/powerpc/include/asm/
Dio.h821 #define page_to_bus(page) (page_to_phys(page) + PCI_DRAM_OFFSET) macro