Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/sh/kernel/
Dpci-sd0001.h41 #define SD0001_IO_BASE (P2SEGADDR(CONFIG_PCI_SD0001_BASE)+0x00800000)
42 #define SD0001_MEM_BASE (P2SEGADDR(CONFIG_PCI_SD0001_BASE)+0x01000000)
44 #define SD0001_REG(x) ((volatile u32 *)P2SEGADDR(CONFIG_PCI_SD0001_BASE + (x)))
Dpci-dma.c33 return P2SEGADDR(ret); in pci_alloc_consistent()
Dio_adx.c165 return (void *)P2SEGADDR(offset); in adx_ioremap()
Dio_generic.c187 return (void *) P2SEGADDR(offset); in generic_ioremap()
Dpci-bigsur.c85 word = P2SEGADDR(SH7751_CS3_BASE_ADDR); in pcibios_init_platform()
Dpci-snapgear.c103 word = P2SEGADDR(SH7751_CS2_BASE_ADDR); in pcibios_init_platform()
Dio_cat68701.c182 return (void *) P2SEGADDR(offset); in cat68701_ioremap()
Dpci-dc.c123 return (void *)P2SEGADDR(buf); in pci_alloc_consistent()
Dio_bigsur.c114 addr = P2SEGADDR(port); in bigsur_isa_port2addr()
Dio_hd64465.c134 addr = P2SEGADDR(port); in hd64465_isa_port2addr()
Dio_hs7729pci.c325 return (void *) P2SEGADDR(phys_addr); in hs7729pci_ioremap()
Dio_keywest.c117 addr = P2SEGADDR(port); in keywest_isa_port2addr()
/linux-2.4.37.9/drivers/mtd/maps/
Dsolutionengine.c84 soleng_flash_map.map_priv_1 = P2SEGADDR(0); in init_soleng_maps()
92 soleng_flash_map.map_priv_1 = P2SEGADDR(0x01000000); in init_soleng_maps()
/linux-2.4.37.9/arch/sh/stboards/
Dpcidma.c33 return P2SEGADDR(ret); in pci_alloc_consistent()
/linux-2.4.37.9/include/asm-sh/
Daddrspace.h46 #define P2SEGADDR(a) ((__typeof__(a))(((unsigned long)(a) & 0x1fffffff) | P2SEG)) macro