Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/drivers/superhyway/
H A Dops-sh4-202.c16 #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 …]
/openbmc/linux/arch/sh/include/asm/
H A Daddrspace.h36 #define P4SEGADDR(a) \ macro
45 #define P4SEGADDR(a) ({ (void)(a); BUG(); NULL; }) macro
/openbmc/linux/arch/sh/mm/
H A Dioremap.c67 return (void __iomem *)P4SEGADDR(offset); in __ioremap_29bit()