Searched refs:P4SEGADDR (Results 1 – 4 of 4) sorted by relevance
19 #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 …]
41 #define P4SEGADDR(a) \ macro50 #define P4SEGADDR(a) ({ (void)(a); BUG(); NULL; }) macro
309 return (void __iomem *)P4SEGADDR(offset); in __ioremap_29bit()
38 #define P4SEGADDR(a) ((__typeof__(a))(((unsigned long)(a) & 0x1fffffff) \ macro