Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/include/asm/
H A Daddrspace.h30 #define P1SEGADDR(a) \ macro
42 #define P1SEGADDR(a) ({ (void)(a); BUG(); NULL; }) macro
H A Dpage.h150 #define CAC_ADDR(addr) P1SEGADDR(addr)
/openbmc/linux/drivers/mtd/maps/
H A Dsolutionengine.c42 soleng_eprom_map.virt = (void __iomem *)P1SEGADDR(0x01000000); in init_soleng_maps()
54 soleng_eprom_map.virt = P1SEGADDR(0); in init_soleng_maps()
/openbmc/linux/arch/sh/mm/
H A Dioremap.c60 return (void __iomem *)P1SEGADDR(offset); in __ioremap_29bit()