/Linux-v5.4/arch/hexagon/include/asm/ |
D | io.h | 22 #define IO_SPACE_LIMIT 0xffff macro 220 return readb(_IO_BASE + (port & IO_SPACE_LIMIT)); in inb() 225 return readw(_IO_BASE + (port & IO_SPACE_LIMIT)); in inw() 230 return readl(_IO_BASE + (port & IO_SPACE_LIMIT)); in inl() 240 writeb(data, _IO_BASE + (port & IO_SPACE_LIMIT)); in outb() 245 writew(data, _IO_BASE + (port & IO_SPACE_LIMIT)); in outw() 250 writel(data, _IO_BASE + (port & IO_SPACE_LIMIT)); in outl()
|
/Linux-v5.4/lib/ |
D | logic_pio.c | 83 if (iio_sz + new_range->size - 1 > IO_SPACE_LIMIT) { in logic_pio_register_range() 237 } else if (addr >= MMIO_UPPER_LIMIT && addr < IO_SPACE_LIMIT) { \ 253 } else if (addr >= MMIO_UPPER_LIMIT && addr < IO_SPACE_LIMIT) { \ 269 } else if (addr >= MMIO_UPPER_LIMIT && addr < IO_SPACE_LIMIT) { \ 286 } else if (addr >= MMIO_UPPER_LIMIT && addr < IO_SPACE_LIMIT) { \
|
/Linux-v5.4/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
|
/Linux-v5.4/include/linux/ |
D | logic_pio.h | 111 #define MMIO_UPPER_LIMIT (IO_SPACE_LIMIT - PIO_INDIRECT_SIZE) 113 #define MMIO_UPPER_LIMIT IO_SPACE_LIMIT
|
/Linux-v5.4/arch/arm/mach-pxa/include/mach/ |
D | io.h | 10 #define IO_SPACE_LIMIT 0xffffffff macro
|
/Linux-v5.4/arch/arm/mach-omap1/include/mach/ |
D | io.h | 37 #define IO_SPACE_LIMIT 0xffffffff macro
|
/Linux-v5.4/arch/arm/mach-rpc/include/mach/ |
D | io.h | 15 #define IO_SPACE_LIMIT 0xffff macro
|
/Linux-v5.4/arch/openrisc/include/asm/ |
D | io.h | 20 #define IO_SPACE_LIMIT 0 macro
|
/Linux-v5.4/arch/unicore32/include/asm/ |
D | io.h | 45 #define PIO_MASK (unsigned int)(IO_SPACE_LIMIT)
|
/Linux-v5.4/arch/mips/loongson64/common/ |
D | pci.c | 22 .end = IO_SPACE_LIMIT,
|
/Linux-v5.4/arch/nios2/include/asm/ |
D | io.h | 18 #define IO_SPACE_LIMIT 0 macro
|
/Linux-v5.4/arch/xtensa/include/asm/ |
D | io.h | 23 #define IO_SPACE_LIMIT ~0 macro
|
/Linux-v5.4/arch/s390/include/asm/ |
D | io.h | 27 #define IO_SPACE_LIMIT 0 macro
|
/Linux-v5.4/arch/microblaze/include/asm/ |
D | io.h | 34 #define IO_SPACE_LIMIT (0xFFFFFFFF) macro
|
/Linux-v5.4/arch/sparc/include/asm/ |
D | io_32.h | 8 #define IO_SPACE_LIMIT 0xffffffff macro
|
D | io_64.h | 285 #define IO_SPACE_LIMIT 0xffffffffffffffffUL macro
|
/Linux-v5.4/include/asm-generic/ |
D | io.h | 447 #ifndef IO_SPACE_LIMIT 448 #define IO_SPACE_LIMIT 0xffff macro 1013 port &= IO_SPACE_LIMIT; in ioport_map()
|
/Linux-v5.4/arch/mips/include/asm/ |
D | io.h | 56 #define IO_SPACE_LIMIT 0xffff macro 81 #define PIO_MASK IO_SPACE_LIMIT
|
/Linux-v5.4/arch/ia64/include/asm/ |
D | io.h | 37 #define IO_SPACE_LIMIT 0xffffffffffffffffUL macro
|
/Linux-v5.4/arch/arm/mach-s3c24xx/include/mach/ |
D | io.h | 15 #define IO_SPACE_LIMIT 0xffffffff macro
|
/Linux-v5.4/arch/m68k/include/asm/ |
D | io_mm.h | 385 #define IO_SPACE_LIMIT 0xffff macro 387 #define IO_SPACE_LIMIT 0x0fffffff macro
|
/Linux-v5.4/arch/arm64/include/asm/ |
D | io.h | 148 #define IO_SPACE_LIMIT (PCI_IO_SIZE - 1) macro
|
/Linux-v5.4/arch/parisc/include/asm/ |
D | io.h | 303 #define IO_SPACE_LIMIT 0x00ffffff macro
|
/Linux-v5.4/arch/x86/include/asm/ |
D | io.h | 378 #define IO_SPACE_LIMIT 0xffff macro
|
/Linux-v5.4/arch/x86/kernel/ |
D | paravirt.c | 195 .end = IO_SPACE_LIMIT,
|