Home
last modified time | relevance | path

Searched refs:IO_SPACE_LIMIT (Results 1 – 21 of 21) sorted by relevance

/linux/arch/mips/include/asm/mach-generic/
H A Dspaces.h17 #ifndef IO_SPACE_LIMIT
18 #define IO_SPACE_LIMIT 0xffff macro
/linux/arch/arm/mach-rpc/include/mach/
H A Dio.h15 #define IO_SPACE_LIMIT 0xffff macro
/linux/arch/openrisc/include/asm/
H A Dio.h24 #define IO_SPACE_LIMIT 0 macro
/linux/arch/mips/include/asm/mach-ralink/
H A Dspaces.h7 #define IO_SPACE_LIMIT (PCI_IOSIZE - 1) macro
/linux/arch/mips/include/asm/mach-loongson64/
H A Dspaces.h15 #define IO_SPACE_LIMIT (PCI_IOSIZE - 1) macro
/linux/arch/microblaze/include/asm/
H A Dio.h31 #define IO_SPACE_LIMIT (0xFFFFFFFF) macro
/linux/arch/loongarch/include/asm/
H A Daddrspace.h144 #define IO_SPACE_LIMIT (PCI_IOSIZE - 1) macro
/linux/drivers/pci/
H A Diomap.c183 if (addr >= start && addr < start + IO_SPACE_LIMIT) in pci_iounmap()
H A Dpci.c4019 if (address > IO_SPACE_LIMIT) in pci_address_to_pio()
4045 if (res->end > IO_SPACE_LIMIT) in pci_remap_iospace()
H A Dprobe.c253 mask64 = PCI_BASE_ADDRESS_IO_MASK & (u32)IO_SPACE_LIMIT; in __pci_read_base()
/linux/arch/sparc/include/asm/
H A Dio_32.h8 #define IO_SPACE_LIMIT 0xffffffff macro
/linux/arch/m68k/include/asm/
H A Dio_mm.h383 #define IO_SPACE_LIMIT 0xffff macro
385 #define IO_SPACE_LIMIT 0x0fffffff macro
/linux/arch/riscv/include/asm/
H A Dio.h29 #define IO_SPACE_LIMIT (PCI_IO_SIZE - 1) macro
/linux/arch/mips/pci/
H A Dpci-legacy.c34 if (address > IO_SPACE_LIMIT) in pci_address_to_pio()
/linux/arch/arm64/include/asm/
H A Dio.h129 #define IO_SPACE_LIMIT (PCI_IO_SIZE - 1) macro
/linux/arch/arm/mm/
H A Dioremap.c491 if (res->end > IO_SPACE_LIMIT) in pci_remap_iospace()
/linux/arch/alpha/include/asm/
H A Dio.h89 #define IO_SPACE_LIMIT 0xffff macro
/linux/arch/mips/cavium-octeon/
H A Dsetup.c1241 octeon_dummy_iospace = vzalloc(IO_SPACE_LIMIT); in octeon_no_pci_init()
/linux/drivers/pcmcia/
H A Drsrc_nonstatic.c908 if (end > IO_SPACE_LIMIT) in adjust_io()
/linux/drivers/pci/controller/
H A Dpci-mvebu.c1432 IO_SPACE_LIMIT - SZ_64K, in mvebu_pcie_parse_request_resources()
/linux/kernel/
H A Dresource.c38 .end = IO_SPACE_LIMIT,