Home
last modified time | relevance | path

Searched defs:page_to_bus (Results 1 – 8 of 8) 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/metag/include/asm/
Dio.h10 #define page_to_bus page_to_phys macro
/arch/score/include/asm/
Dpage.h75 #define page_to_bus(page) (page_to_phys(page)) 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/powerpc/include/asm/
Dio.h855 #define page_to_bus(page) (page_to_phys(page) + PCI_DRAM_OFFSET) macro