Home
last modified time | relevance | path

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

/arch/microblaze/include/asm/
Dio.h37 #define page_to_bus(page) (page_to_phys(page)) macro
Dpage.h161 # define page_to_bus(page) (page_to_phys(page)) macro
/arch/mn10300/mm/
Ddma-alloc.c97 return page_to_bus(page) + offset; in mn10300_dma_map_page()
/arch/score/include/asm/
Dpage.h75 #define page_to_bus(page) (page_to_phys(page)) macro
/arch/metag/include/asm/
Dio.h10 #define page_to_bus page_to_phys macro
/arch/m32r/include/asm/
Dio.h79 #define page_to_bus page_to_phys macro
/arch/mn10300/include/asm/
Dio.h317 #define page_to_bus page_to_phys macro
/arch/ia64/include/asm/
Dio.h104 #define page_to_bus page_to_phys macro
/arch/metag/kernel/
Ddma.c235 *handle = page_to_bus(page); in metag_dma_alloc()
/arch/powerpc/include/asm/
Dio.h855 #define page_to_bus(page) (page_to_phys(page) + PCI_DRAM_OFFSET) macro