Searched refs:PHYSADDR (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/arch/m32r/include/asm/
H A Daddrspace.h37 #define PHYSADDR(a) (((unsigned long)(a)) & 0x1fffffff) macro
39 #define PHYSADDR(a) ((a) & 0x1fffffff) macro
/linux-4.4.14/arch/avr32/include/asm/
H A Daddrspace.h27 #define PHYSADDR(a) (((unsigned long)(a)) & 0x1fffffff) macro
H A Dio.h17 return PHYSADDR(address); virt_to_phys()
25 #define cached_to_phys(addr) ((unsigned long)PHYSADDR(addr))
26 #define uncached_to_phys(addr) ((unsigned long)PHYSADDR(addr))
H A Dpage.h76 #define __pa(x) PHYSADDR(x)
/linux-4.4.14/arch/avr32/mm/
H A Dioremap.c48 if (PHYSADDR(P2SEGADDR(phys_addr)) == phys_addr) __ioremap()
/linux-4.4.14/arch/tile/include/asm/
H A Dio.h42 * Some places try to pass in an loff_t for PHYSADDR (?!), so we cast it to

Completed in 229 milliseconds