/Linux-v4.19/arch/hexagon/include/asm/ |
D | io.h | 35 #define IO_SPACE_LIMIT 0xffff macro 235 return readb(_IO_BASE + (port & IO_SPACE_LIMIT)); in inb() 240 return readw(_IO_BASE + (port & IO_SPACE_LIMIT)); in inw() 245 return readl(_IO_BASE + (port & IO_SPACE_LIMIT)); in inl() 255 writeb(data, _IO_BASE + (port & IO_SPACE_LIMIT)); in outb() 260 writew(data, _IO_BASE + (port & IO_SPACE_LIMIT)); in outw() 265 writel(data, _IO_BASE + (port & IO_SPACE_LIMIT)); in outl()
|
/Linux-v4.19/lib/ |
D | logic_pio.c | 83 if (iio_sz + new_range->size - 1 > IO_SPACE_LIMIT) { in logic_pio_register_range() 202 } else if (addr >= MMIO_UPPER_LIMIT && addr < IO_SPACE_LIMIT) { \ 218 } else if (addr >= MMIO_UPPER_LIMIT && addr < IO_SPACE_LIMIT) { \ 234 } else if (addr >= MMIO_UPPER_LIMIT && addr < IO_SPACE_LIMIT) { \ 251 } else if (addr >= MMIO_UPPER_LIMIT && addr < IO_SPACE_LIMIT) { \
|
/Linux-v4.19/arch/arm/include/asm/ |
D | io.h | 205 #define IO_SPACE_LIMIT ((resource_size_t)0xfffff) macro 206 #define __io(a) __typesafe_io(PCI_IO_VIRT_BASE + ((a) & IO_SPACE_LIMIT)) 208 #define __io(a) __typesafe_io((a) & IO_SPACE_LIMIT) 222 #ifndef IO_SPACE_LIMIT 224 #define IO_SPACE_LIMIT ((resource_size_t)0xffffffff) macro 226 #define IO_SPACE_LIMIT ((resource_size_t)0xffff) macro 228 #define IO_SPACE_LIMIT ((resource_size_t)0) macro
|
/Linux-v4.19/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-v4.19/arch/arm/mach-omap1/include/mach/ |
D | io.h | 37 #define IO_SPACE_LIMIT 0xffffffff macro
|
/Linux-v4.19/arch/arm/mach-pxa/include/mach/ |
D | io.h | 10 #define IO_SPACE_LIMIT 0xffffffff macro
|
/Linux-v4.19/arch/arm/mach-rpc/include/mach/ |
D | io.h | 18 #define IO_SPACE_LIMIT 0xffff macro
|
/Linux-v4.19/arch/openrisc/include/asm/ |
D | io.h | 24 #define IO_SPACE_LIMIT 0 macro
|
/Linux-v4.19/arch/unicore32/include/asm/ |
D | io.h | 48 #define PIO_MASK (unsigned int)(IO_SPACE_LIMIT)
|
/Linux-v4.19/arch/mips/loongson64/common/ |
D | pci.c | 26 .end = IO_SPACE_LIMIT,
|
/Linux-v4.19/arch/nios2/include/asm/ |
D | io.h | 18 #define IO_SPACE_LIMIT 0 macro
|
/Linux-v4.19/arch/xtensa/include/asm/ |
D | io.h | 24 #define IO_SPACE_LIMIT ~0 macro
|
/Linux-v4.19/arch/s390/include/asm/ |
D | io.h | 27 #define IO_SPACE_LIMIT 0 macro
|
/Linux-v4.19/arch/microblaze/include/asm/ |
D | io.h | 34 #define IO_SPACE_LIMIT (0xFFFFFFFF) macro
|
/Linux-v4.19/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-v4.19/arch/xtensa/kernel/ |
D | pci.c | 97 res->end = IO_SPACE_LIMIT; in pci_controller_apertures()
|
/Linux-v4.19/include/asm-generic/ |
D | io.h | 454 #ifndef IO_SPACE_LIMIT 455 #define IO_SPACE_LIMIT 0xffff macro 1029 port &= IO_SPACE_LIMIT; in ioport_map()
|
/Linux-v4.19/arch/arm/mach-s3c24xx/include/mach/ |
D | io.h | 15 #define IO_SPACE_LIMIT 0xffffffff macro
|
/Linux-v4.19/arch/m68k/include/asm/ |
D | io_mm.h | 383 #define IO_SPACE_LIMIT 0xffff macro 385 #define IO_SPACE_LIMIT 0x0fffffff macro
|
/Linux-v4.19/arch/parisc/include/asm/ |
D | io.h | 305 #define IO_SPACE_LIMIT 0x00ffffff macro
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | io.h | 148 #define IO_SPACE_LIMIT (PCI_IO_SIZE - 1) macro
|
/Linux-v4.19/arch/x86/include/asm/ |
D | io.h | 384 #define IO_SPACE_LIMIT 0xffff macro
|
/Linux-v4.19/arch/x86/kernel/ |
D | paravirt.c | 229 .end = IO_SPACE_LIMIT,
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | io.h | 37 #define IO_SPACE_LIMIT 0xffffffffffffffffUL macro
|