Home
last modified time | relevance | path

Searched refs:PHYS_OFFSET (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/arch/mips/include/asm/mach-generic/
H A Dspaces.h16 #ifndef PHYS_OFFSET
17 #define PHYS_OFFSET _AC(0, UL) macro
91 #define PAGE_OFFSET (CAC_BASE + PHYS_OFFSET)
/rk3399_rockchip-uboot/arch/arm/include/asm/
H A Dmemory.h27 #define PHYS_PFN_OFFSET (PHYS_OFFSET >> PAGE_SHIFT)
/rk3399_rockchip-uboot/arch/mips/include/asm/
H A Dio.h113 return (void *)(address + PAGE_OFFSET - PHYS_OFFSET); in phys_to_virt()