Home
last modified time | relevance | path

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

/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.h136 #define UNCAC_ADDR(addr) P2SEGADDR(addr)
/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()
/linux/arch/sh/drivers/pci/
H A Dpci-sh7751.c122 word = P2SEGADDR(sh7751_pci_map.window0.base); in sh7751_pci_init()