/kernel/linux/linux-5.10/arch/hexagon/include/asm/ |
D | io.h | 22 #define IO_SPACE_LIMIT 0xffff macro 208 return readb(_IO_BASE + (port & IO_SPACE_LIMIT)); in inb() 213 return readw(_IO_BASE + (port & IO_SPACE_LIMIT)); in inw() 218 return readl(_IO_BASE + (port & IO_SPACE_LIMIT)); in inl() 228 writeb(data, _IO_BASE + (port & IO_SPACE_LIMIT)); in outb() 233 writew(data, _IO_BASE + (port & IO_SPACE_LIMIT)); in outw() 238 writel(data, _IO_BASE + (port & IO_SPACE_LIMIT)); in outl()
|
/kernel/linux/linux-5.10/lib/ |
D | logic_pio.c | 88 if (iio_sz + new_range->size - 1 > IO_SPACE_LIMIT) { in logic_pio_register_range() 242 } else if (addr >= MMIO_UPPER_LIMIT && addr < IO_SPACE_LIMIT) { \ 258 } else if (addr >= MMIO_UPPER_LIMIT && addr < IO_SPACE_LIMIT) { \ 274 } else if (addr >= MMIO_UPPER_LIMIT && addr < IO_SPACE_LIMIT) { \ 291 } else if (addr >= MMIO_UPPER_LIMIT && addr < IO_SPACE_LIMIT) { \
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
D | io.h | 200 #define IO_SPACE_LIMIT ((resource_size_t)0xfffff) macro 201 #define __io(a) __typesafe_io(PCI_IO_VIRT_BASE + ((a) & IO_SPACE_LIMIT)) 203 #define __io(a) __typesafe_io((a) & IO_SPACE_LIMIT) 217 #ifndef IO_SPACE_LIMIT 219 #define IO_SPACE_LIMIT ((resource_size_t)0xffffffff) macro 221 #define IO_SPACE_LIMIT ((resource_size_t)0xffff) macro 223 #define IO_SPACE_LIMIT ((resource_size_t)0) macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-generic/ |
D | spaces.h | 17 #ifndef IO_SPACE_LIMIT 18 #define IO_SPACE_LIMIT 0xffff macro
|
/kernel/linux/linux-5.10/arch/arm/mach-omap1/include/mach/ |
D | io.h | 37 #define IO_SPACE_LIMIT 0xffffffff macro
|
/kernel/linux/linux-5.10/arch/arm/mach-rpc/include/mach/ |
D | io.h | 15 #define IO_SPACE_LIMIT 0xffff macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-loongson64/ |
D | spaces.h | 14 #define IO_SPACE_LIMIT (PCI_IOSIZE - 1) macro
|
/kernel/linux/linux-5.10/arch/openrisc/include/asm/ |
D | io.h | 22 #define IO_SPACE_LIMIT 0 macro
|
/kernel/linux/linux-5.10/arch/nios2/include/asm/ |
D | io.h | 18 #define IO_SPACE_LIMIT 0 macro
|
/kernel/linux/linux-5.10/arch/mips/loongson2ef/common/ |
D | pci.c | 21 .end = IO_SPACE_LIMIT,
|
/kernel/linux/linux-5.10/arch/xtensa/include/asm/ |
D | io.h | 23 #define IO_SPACE_LIMIT ~0 macro
|
/kernel/linux/linux-5.10/arch/microblaze/include/asm/ |
D | io.h | 31 #define IO_SPACE_LIMIT (0xFFFFFFFF) macro
|
/kernel/linux/linux-5.10/arch/arm/mach-s3c/include/mach/ |
D | io-s3c24xx.h | 22 #define IO_SPACE_LIMIT 0x00ffffff macro
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
D | io.h | 28 #define IO_SPACE_LIMIT 0 macro
|
/kernel/linux/linux-5.10/include/asm-generic/ |
D | io.h | 447 #ifndef IO_SPACE_LIMIT 448 #define IO_SPACE_LIMIT 0xffff macro 1004 port &= IO_SPACE_LIMIT; in ioport_map() 1013 if (addr >= start && addr < start + IO_SPACE_LIMIT) in __pci_ioport_unmap()
|
/kernel/linux/linux-5.10/include/linux/ |
D | logic_pio.h | 114 #define MMIO_UPPER_LIMIT (IO_SPACE_LIMIT - PIO_INDIRECT_SIZE)
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
D | io_32.h | 8 #define IO_SPACE_LIMIT 0xffffffff macro
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
D | io.h | 37 #define IO_SPACE_LIMIT 0xffffffffffffffffUL macro
|
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
D | io_mm.h | 385 #define IO_SPACE_LIMIT 0xffff macro 387 #define IO_SPACE_LIMIT 0x0fffffff macro
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
D | io.h | 149 #define IO_SPACE_LIMIT (PCI_IO_SIZE - 1) macro
|
/kernel/linux/linux-5.10/arch/riscv/include/asm/ |
D | io.h | 29 #define IO_SPACE_LIMIT (PCI_IO_SIZE - 1) macro
|
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
D | io.h | 293 #define IO_SPACE_LIMIT 0x00ffffff macro
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
D | io.h | 373 #define IO_SPACE_LIMIT 0xffff macro
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
D | paravirt.c | 177 .end = IO_SPACE_LIMIT,
|
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
D | io.h | 225 #define IO_SPACE_LIMIT 0xffffffff macro
|