Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sh/include/asm/
Daddrspace.h37 #define P2SEGADDR(a) \ macro
48 #define P2SEGADDR(a) ({ (void)(a); BUG(); NULL; }) macro
Dpage.h157 #define UNCAC_ADDR(addr) P2SEGADDR(addr)
Dio.h304 return (void __iomem *)P2SEGADDR(offset); in __ioremap_29bit()
/Linux-v4.19/drivers/mtd/maps/
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-v4.19/arch/sh/drivers/pci/
Dpci-sh7751.c125 word = P2SEGADDR(sh7751_pci_map.window0.base); in sh7751_pci_init()