Searched refs:P4SEGADDR (Results 1 – 3 of 3) sorted by relevance
16 #define PHYS_EMI_CBLOCK P4SEGADDR(0x1ec00000)17 #define PHYS_EMI_DBLOCK P4SEGADDR(0x08000000)18 #define PHYS_FEMI_CBLOCK P4SEGADDR(0x1f800000)19 #define PHYS_FEMI_DBLOCK P4SEGADDR(0x00000000)21 #define PHYS_EPBR_BLOCK P4SEGADDR(0x1de00000)22 #define PHYS_DMAC_BLOCK P4SEGADDR(0x1fa00000)23 #define PHYS_PBR_BLOCK P4SEGADDR(0x1fc00000)65 .start = P4SEGADDR(0x1e7ffff8),66 .end = P4SEGADDR(0x1e7ffff8 + (sizeof(u32) * 2) - 1),96 .start = P4SEGADDR(0x1ffffff8),[all …]
36 #define P4SEGADDR(a) \ macro45 #define P4SEGADDR(a) ({ (void)(a); BUG(); NULL; }) macro
67 return (void __iomem *)P4SEGADDR(offset); in __ioremap_29bit()