Searched refs:SH7751_PCI_MEMORY_BASE (Results 1 – 7 of 7) sorted by relevance
/arch/sh/drivers/pci/ |
D | ops-sh03.c | 34 .start = SH7751_PCI_MEMORY_BASE, 35 .end = SH7751_PCI_MEMORY_BASE + SH7751_PCI_MEM_SIZE - 1,
|
D | ops-landisk.c | 27 .start = SH7751_PCI_MEMORY_BASE, 28 .end = SH7751_PCI_MEMORY_BASE + SH7751_PCI_MEM_SIZE - 1,
|
D | ops-lboxre2.c | 34 .start = SH7751_PCI_MEMORY_BASE, 35 .end = SH7751_PCI_MEMORY_BASE + SH7751_PCI_MEM_SIZE - 1,
|
D | ops-rts7751r2d.c | 42 .start = SH7751_PCI_MEMORY_BASE, 43 .end = SH7751_PCI_MEMORY_BASE + SH7751_PCI_MEM_SIZE - 1,
|
D | ops-titan.c | 49 .start = SH7751_PCI_MEMORY_BASE, 50 .end = SH7751_PCI_MEMORY_BASE + SH7751_PCI_MEM_SIZE - 1,
|
D | pci-sh7751.h | 23 #define SH7751_PCI_MEMORY_BASE 0xFD000000 /* Memory space base addr */ macro
|
/arch/sh/boards/mach-se/7751/ |
D | pci.c | 100 BUG_ON(PCIBIOS_MIN_MEM != SH7751_PCI_MEMORY_BASE); in pcibios_init_platform() 136 .start = SH7751_PCI_MEMORY_BASE, 137 .end = SH7751_PCI_MEMORY_BASE + SH7751_PCI_MEM_SIZE - 1,
|