Home
last modified time | relevance | path

Searched refs:XPHYSADDR (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Daddrspace.h54 #define XPHYSADDR(a) ((_ACAST64_(a)) & \ macro
H A Dpage.h179 return x < CKSEG0 ? XPHYSADDR(x) : CPHYSADDR(x); in ___pa()
/OK3568_Linux_fs/u-boot/arch/mips/include/asm/
H A Daddrspace.h52 #define XPHYSADDR(a) ((_ACAST64_(a)) & \ macro
H A Dio.h94 return XPHYSADDR(addr); in virt_to_phys()