/linux-2.4.37.9/arch/sh/kernel/ |
D | pci-bigsur.c | 105 PCIDBG(3,"PCI: Mapping IO address 0x%x - 0x%x to base 0x%x\n", PCIBIOS_MIN_IO, in pcibios_init_platform() 106 (64*1024), SH7751_PCI_IO_BASE+PCIBIOS_MIN_IO); in pcibios_init_platform() 107 bigsur_port_map(PCIBIOS_MIN_IO, (64*1024), SH7751_PCI_IO_BASE+PCIBIOS_MIN_IO,0); in pcibios_init_platform() 110 word = PCIBIOS_MIN_IO & SH7751_PCIIOBR_MASK; in pcibios_init_platform()
|
D | pci-snapgear.c | 123 PCIDBG(3,"PCI: Mapping IO address 0x%x - 0x%x to base 0x%x\n", PCIBIOS_MIN_IO, in pcibios_init_platform() 124 (64*1024), SH7751_PCI_IO_BASE+PCIBIOS_MIN_IO); in pcibios_init_platform() 127 word = PCIBIOS_MIN_IO & SH7751_PCIIOBR_MASK; in pcibios_init_platform()
|
D | pci_st40.c | 272 pci_io_space.start = PCIBIOS_MIN_IO; in st40pci_init_resources() 273 pci_io_space.end = 64*1024 - PCIBIOS_MIN_IO - 1; in st40pci_init_resources() 554 hd64465_port_map(PCIBIOS_MIN_IO, (64 * 1024) - PCIBIOS_MIN_IO + 1, in pcibios_init() 555 ST40_IO_ADDR + PCIBIOS_MIN_IO, 0); in pcibios_init()
|
D | io_7751se.c | 98 ((port >= PCIBIOS_MIN_IO) && (port < (PCIBIOS_MIN_IO + SH7751_PCI_IO_SIZE)))
|
D | io_snapgear.c | 71 ((port >= PCIBIOS_MIN_IO) && (port < (PCIBIOS_MIN_IO + SH7751_PCI_IO_SIZE)))
|
D | pci-v320usc.c | 483 mach_port_map(PCIBIOS_MIN_IO, (64*1024) - PCIBIOS_MIN_IO, in pcibios_init() 484 V320USC_IO_SPACE+PCIBIOS_MIN_IO, 0); in pcibios_init()
|
D | pci-7751se.c | 107 PCIC_WRITE(SH7751_PCIIOBR, (PCIBIOS_MIN_IO & SH7751_PCIIOBR_MASK)); in pcibios_init_platform()
|
/linux-2.4.37.9/include/asm-sh/ |
D | pci.h | 20 #define PCIBIOS_MIN_IO 0x2000 macro 24 #define PCIBIOS_MIN_IO 0x2000 macro 27 #define PCIBIOS_MIN_IO 0x2000 macro 30 #define PCIBIOS_MIN_IO 0x4000 macro 33 #define PCIBIOS_MIN_IO 0x2000 macro
|
/linux-2.4.37.9/include/asm-mips/ |
D | pci.h | 24 #define PCIBIOS_MIN_IO 0x1000 macro 46 #undef PCIBIOS_MIN_IO 48 #define PCIBIOS_MIN_IO 0x0100000 macro
|
/linux-2.4.37.9/include/asm-mips64/ |
D | pci.h | 24 #define PCIBIOS_MIN_IO 0x1000 macro 46 #undef PCIBIOS_MIN_IO 48 #define PCIBIOS_MIN_IO 0x0100000 macro
|
/linux-2.4.37.9/include/asm-arm/arch-shark/ |
D | hardware.h | 51 #define PCIBIOS_MIN_IO 0x6000 macro
|
/linux-2.4.37.9/include/asm-arm/arch-integrator/ |
D | hardware.h | 53 #define PCIBIOS_MIN_IO 0x6000 macro
|
/linux-2.4.37.9/include/asm-arm/arch-epxa/ |
D | hardware.h | 62 #define PCIBIOS_MIN_IO 0x6000
|
/linux-2.4.37.9/arch/mips/tx4927/toshiba_rbtx4927/ |
D | toshiba_rbtx4927_pci_ops.c | 48 (PCIBIOS_MIN_IO), 49 ((PCIBIOS_MIN_IO) + (TX4927_PCIIO_SIZE)) - 1,
|
/linux-2.4.37.9/include/asm-arm/arch-ebsa285/ |
D | hardware.h | 136 #define PCIBIOS_MIN_IO 0x1000 macro
|
/linux-2.4.37.9/include/asm-sparc/ |
D | pci.h | 13 #define PCIBIOS_MIN_IO 0UL macro
|
/linux-2.4.37.9/include/asm-alpha/ |
D | pci.h | 56 #define PCIBIOS_MIN_IO alpha_mv.min_io_address macro
|
/linux-2.4.37.9/include/asm-ia64/ |
D | pci.h | 20 #define PCIBIOS_MIN_IO 0x1000 macro
|
/linux-2.4.37.9/include/asm-sh64/ |
D | pci.h | 53 #define PCIBIOS_MIN_IO 0x2000 macro
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | pci.h | 25 #define PCIBIOS_MIN_IO 0x1000 macro
|
/linux-2.4.37.9/include/asm-sparc64/ |
D | pci.h | 16 #define PCIBIOS_MIN_IO 0UL macro
|
/linux-2.4.37.9/drivers/acpi/ |
D | motherboard.c | 46 && ((base) + (len) > PCIBIOS_MIN_IO))
|
/linux-2.4.37.9/arch/alpha/kernel/ |
D | pci.c | 131 if (start - hose->io_space->start < PCIBIOS_MIN_IO) in pcibios_align_resource() 132 start = PCIBIOS_MIN_IO + hose->io_space->start; in pcibios_align_resource()
|
/linux-2.4.37.9/include/asm-i386/ |
D | pci.h | 20 #define PCIBIOS_MIN_IO 0x1000 macro
|
/linux-2.4.37.9/arch/sh64/kernel/ |
D | pci_sh5.c | 479 inner.io_start = PCIBIOS_MIN_IO; in pcibios_size_bridge() 624 bus->resource[0]->start = PCIBIOS_MIN_IO; in pcibios_fixup_bus()
|