Searched refs:P1SEGADDR (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Daddrspace.h35 #define P1SEGADDR(a) \ macro
47 #define P1SEGADDR(a) __futile_remapping_attempt macro
H A Dio.h334 return (void __iomem *)P1SEGADDR(offset);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/include/asm/
H A Daddrspace.h32 #define P1SEGADDR(a) ((__typeof__(a))(((unsigned long)(a) & 0x1fffffff) \ macro
H A Dpage.h76 #define __va(x) ((void *)(P1SEGADDR(x)))
H A Dio.h21 return (void *)P1SEGADDR(address);
26 #define phys_to_cached(addr) ((void *)P1SEGADDR(addr))
293 #define cached(addr) P1SEGADDR(addr)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/maps/
H A Dsolutionengine.c64 soleng_eprom_map.virt = (void __iomem *)P1SEGADDR(0x01000000);
76 soleng_eprom_map.virt = P1SEGADDR(0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/mm/
H A Dconsistent.c84 void *p1addr = (void*) P1SEGADDR((unsigned long)vaddr);

Completed in 175 milliseconds