/openbmc/linux/arch/hexagon/include/asm/ |
H A D | io.h | 22 #define IO_SPACE_LIMIT 0xffff macro 210 return readb(_IO_BASE + (port & IO_SPACE_LIMIT)); in inb() 215 return readw(_IO_BASE + (port & IO_SPACE_LIMIT)); in inw() 220 return readl(_IO_BASE + (port & IO_SPACE_LIMIT)); in inl() 230 writeb(data, _IO_BASE + (port & IO_SPACE_LIMIT)); in outb() 235 writew(data, _IO_BASE + (port & IO_SPACE_LIMIT)); in outw() 240 writel(data, _IO_BASE + (port & IO_SPACE_LIMIT)); in outl()
|
/openbmc/linux/lib/ |
H A D | logic_pio.c | 85 if (iio_sz + new_range->size - 1 > IO_SPACE_LIMIT) { in logic_pio_register_range() 239 } else if (addr >= MMIO_UPPER_LIMIT && addr < IO_SPACE_LIMIT) { \ 255 } else if (addr >= MMIO_UPPER_LIMIT && addr < IO_SPACE_LIMIT) { \ 271 } else if (addr >= MMIO_UPPER_LIMIT && addr < IO_SPACE_LIMIT) { \ 288 } else if (addr >= MMIO_UPPER_LIMIT && addr < IO_SPACE_LIMIT) { \
|
H A D | pci_iomap.c | 171 if (addr >= start && addr < start + IO_SPACE_LIMIT) in pci_iounmap()
|
/openbmc/linux/arch/mips/include/asm/mach-generic/ |
H A D | spaces.h | 17 #ifndef IO_SPACE_LIMIT 18 #define IO_SPACE_LIMIT 0xffff macro
|
/openbmc/linux/arch/arm/mach-rpc/include/mach/ |
H A D | io.h | 15 #define IO_SPACE_LIMIT 0xffff macro
|
/openbmc/linux/arch/mips/include/asm/mach-ralink/ |
H A D | spaces.h | 7 #define IO_SPACE_LIMIT (PCI_IOSIZE - 1) macro
|
/openbmc/linux/arch/openrisc/include/asm/ |
H A D | io.h | 24 #define IO_SPACE_LIMIT 0 macro
|
/openbmc/linux/arch/mips/include/asm/mach-loongson64/ |
H A D | spaces.h | 14 #define IO_SPACE_LIMIT (PCI_IOSIZE - 1) macro
|
/openbmc/linux/arch/nios2/include/asm/ |
H A D | io.h | 18 #define IO_SPACE_LIMIT 0 macro
|
/openbmc/linux/arch/mips/loongson2ef/common/ |
H A D | pci.c | 21 .end = IO_SPACE_LIMIT,
|
/openbmc/linux/arch/xtensa/include/asm/ |
H A D | io.h | 24 #define IO_SPACE_LIMIT ~0 macro
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | io.h | 203 #define IO_SPACE_LIMIT ((resource_size_t)0xfffff) macro 205 #define IO_SPACE_LIMIT ((resource_size_t)0) macro 207 #define __io(a) __typesafe_io(PCI_IO_VIRT_BASE + ((a) & IO_SPACE_LIMIT))
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | addrspace.h | 126 #define IO_SPACE_LIMIT (PCI_IOSIZE - 1) macro
|
/openbmc/linux/arch/microblaze/include/asm/ |
H A D | io.h | 31 #define IO_SPACE_LIMIT (0xFFFFFFFF) macro
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | io.h | 25 #define IO_SPACE_LIMIT 0 macro
|
/openbmc/linux/include/linux/ |
H A D | logic_pio.h | 114 #define MMIO_UPPER_LIMIT (IO_SPACE_LIMIT - PIO_INDIRECT_SIZE)
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | io_32.h | 8 #define IO_SPACE_LIMIT 0xffffffff macro
|
/openbmc/u-boot/arch/xtensa/include/asm/ |
H A D | io.h | 80 #define IO_SPACE_LIMIT ~0 macro
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | io.h | 33 #define IO_SPACE_LIMIT 0xffffffffffffffffUL macro
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | io.h | 124 #define IO_SPACE_LIMIT (PCI_IO_SIZE - 1) macro
|
/openbmc/u-boot/arch/microblaze/include/asm/ |
H A D | io.h | 22 #define IO_SPACE_LIMIT 0xFFFFFFFF macro
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | io.h | 29 #define IO_SPACE_LIMIT (PCI_IO_SIZE - 1) macro
|
/openbmc/linux/include/asm-generic/ |
H A D | io.h | 530 #ifndef IO_SPACE_LIMIT 531 #define IO_SPACE_LIMIT 0xffff macro 1114 port &= IO_SPACE_LIMIT; in ioport_map()
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | io_mm.h | 383 #define IO_SPACE_LIMIT 0xffff macro 385 #define IO_SPACE_LIMIT 0x0fffffff macro
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | io.h | 226 #define IO_SPACE_LIMIT 0x00ffffff macro
|