Home
last modified time | relevance | path

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

/linux-2.6.39/arch/sh/drivers/superhyway/
Dops-sh4-202.c19 #define PHYS_EMI_CBLOCK P4SEGADDR(0x1ec00000)
20 #define PHYS_EMI_DBLOCK P4SEGADDR(0x08000000)
21 #define PHYS_FEMI_CBLOCK P4SEGADDR(0x1f800000)
22 #define PHYS_FEMI_DBLOCK P4SEGADDR(0x00000000)
24 #define PHYS_EPBR_BLOCK P4SEGADDR(0x1de00000)
25 #define PHYS_DMAC_BLOCK P4SEGADDR(0x1fa00000)
26 #define PHYS_PBR_BLOCK P4SEGADDR(0x1fc00000)
68 .start = P4SEGADDR(0x1e7ffff8),
69 .end = P4SEGADDR(0x1e7ffff8 + (sizeof(u32) * 2) - 1),
99 .start = P4SEGADDR(0x1ffffff8),
[all …]
/linux-2.6.39/arch/sh/include/asm/
Daddrspace.h41 #define P4SEGADDR(a) \ macro
50 #define P4SEGADDR(a) ({ (void)(a); BUG(); NULL; }) macro
Dio.h309 return (void __iomem *)P4SEGADDR(offset); in __ioremap_29bit()
/linux-2.6.39/arch/avr32/include/asm/
Daddrspace.h38 #define P4SEGADDR(a) ((__typeof__(a))(((unsigned long)(a) & 0x1fffffff) \ macro