Searched refs:MMIO_UPPER_LIMIT (Results 1 – 4 of 4) sorted by relevance
39 resource_size_t iio_sz = MMIO_UPPER_LIMIT; in logic_pio_register_range()72 if (mmio_end + new_range->size - 1 > MMIO_UPPER_LIMIT) { in logic_pio_register_range()74 if (mmio_end + SZ_64K - 1 > MMIO_UPPER_LIMIT) { in logic_pio_register_range()235 if (addr < MMIO_UPPER_LIMIT) { \237 } else if (addr >= MMIO_UPPER_LIMIT && addr < IO_SPACE_LIMIT) { \251 if (addr < MMIO_UPPER_LIMIT) { \253 } else if (addr >= MMIO_UPPER_LIMIT && addr < IO_SPACE_LIMIT) { \267 if (addr < MMIO_UPPER_LIMIT) { \269 } else if (addr >= MMIO_UPPER_LIMIT && addr < IO_SPACE_LIMIT) { \284 if (addr < MMIO_UPPER_LIMIT) { \[all …]
111 #define MMIO_UPPER_LIMIT (IO_SPACE_LIMIT - PIO_INDIRECT_SIZE) macro113 #define MMIO_UPPER_LIMIT IO_SPACE_LIMIT macro
1014 return (port > MMIO_UPPER_LIMIT) ? NULL : PCI_IOBASE + port; in ioport_map()
3909 if (pio >= MMIO_UPPER_LIMIT) in pci_pio_to_address()