MMIO_UPPER_LIMIT 3907 drivers/pci/pci.c 	if (pio >= MMIO_UPPER_LIMIT)
MMIO_UPPER_LIMIT 1014 include/asm-generic/io.h 	return (port > MMIO_UPPER_LIMIT) ? NULL : PCI_IOBASE + port;
MMIO_UPPER_LIMIT   39 lib/logic_pio.c 	resource_size_t iio_sz = MMIO_UPPER_LIMIT;
MMIO_UPPER_LIMIT   72 lib/logic_pio.c 		if (mmio_end + new_range->size - 1 > MMIO_UPPER_LIMIT) {
MMIO_UPPER_LIMIT   74 lib/logic_pio.c 			if (mmio_end + SZ_64K - 1 > MMIO_UPPER_LIMIT) {
MMIO_UPPER_LIMIT  235 lib/logic_pio.c 	if (addr < MMIO_UPPER_LIMIT) {					\
MMIO_UPPER_LIMIT  237 lib/logic_pio.c 	} else if (addr >= MMIO_UPPER_LIMIT && addr < IO_SPACE_LIMIT) { \
MMIO_UPPER_LIMIT  251 lib/logic_pio.c 	if (addr < MMIO_UPPER_LIMIT) {					\
MMIO_UPPER_LIMIT  253 lib/logic_pio.c 	} else if (addr >= MMIO_UPPER_LIMIT && addr < IO_SPACE_LIMIT) {	\
MMIO_UPPER_LIMIT  267 lib/logic_pio.c 	if (addr < MMIO_UPPER_LIMIT) {					\
MMIO_UPPER_LIMIT  269 lib/logic_pio.c 	} else if (addr >= MMIO_UPPER_LIMIT && addr < IO_SPACE_LIMIT) {	\
MMIO_UPPER_LIMIT  284 lib/logic_pio.c 	if (addr < MMIO_UPPER_LIMIT) {					\
MMIO_UPPER_LIMIT  286 lib/logic_pio.c 	} else if (addr >= MMIO_UPPER_LIMIT && addr < IO_SPACE_LIMIT) {	\