Home
last modified time | relevance | path

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

/linux-4.4.14/arch/nios2/include/asm/
Dio.h53 #define page_to_bus(page) page_to_virt(page) macro
/linux-4.4.14/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.4.14/arch/score/include/asm/
Dpage.h74 #define page_to_bus(page) (page_to_phys(page)) macro
/linux-4.4.14/arch/metag/include/asm/
Dio.h9 #define page_to_bus page_to_phys macro
/linux-4.4.14/arch/avr32/mm/
Ddma-coherent.c72 *handle = page_to_bus(page); in __dma_alloc()
/linux-4.4.14/arch/mn10300/include/asm/
Ddma-mapping.h83 return page_to_bus(page) + offset; in dma_map_page()
Dio.h317 #define page_to_bus page_to_phys macro
/linux-4.4.14/arch/m32r/include/asm/
Dio.h78 #define page_to_bus page_to_phys macro
/linux-4.4.14/arch/avr32/include/asm/
Ddma-mapping.h221 sg->dma_address = page_to_bus(sg_page(sg)) + sg->offset; in dma_map_sg()
Dio.h307 #define page_to_bus page_to_phys macro
/linux-4.4.14/arch/metag/kernel/
Ddma.c235 *handle = page_to_bus(page); in dma_alloc_coherent()
/linux-4.4.14/arch/ia64/include/asm/
Dio.h102 #define page_to_bus page_to_phys macro
/linux-4.4.14/arch/powerpc/include/asm/
Dio.h822 #define page_to_bus(page) (page_to_phys(page) + PCI_DRAM_OFFSET) macro