Home
last modified time | relevance | path

Searched refs:P2SEGADDR (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/sh/include/asm/
H A Daddrspace.h32 #define P2SEGADDR(a) \ macro
43 #define P2SEGADDR(a) ({ (void)(a); BUG(); NULL; }) macro
H A Dpage.h149 #define UNCAC_ADDR(addr) P2SEGADDR(addr)
/openbmc/linux/drivers/mtd/maps/
H A Dsolutionengine.c40 soleng_flash_map.virt = (void __iomem *)P2SEGADDR(0); in init_soleng_maps()
52 soleng_flash_map.virt = P2SEGADDR(0x01000000); in init_soleng_maps()
/openbmc/linux/arch/sh/mm/
H A Dioremap.c62 return (void __iomem *)P2SEGADDR(offset); in __ioremap_29bit()
/openbmc/linux/arch/sh/drivers/pci/
H A Dpci-sh7751.c122 word = P2SEGADDR(sh7751_pci_map.window0.base); in sh7751_pci_init()