Searched refs:MMIO_UPPER_LIMIT (Results 1 - 4 of 4) sorted by relevance

/linux-master/lib/
H A Dlogic_pio.c39 resource_size_t iio_sz = MMIO_UPPER_LIMIT;
74 if (mmio_end + new_range->size - 1 > MMIO_UPPER_LIMIT) {
76 if (mmio_end + SZ_64K - 1 > MMIO_UPPER_LIMIT) {
237 if (addr < MMIO_UPPER_LIMIT) { \
239 } else if (addr >= MMIO_UPPER_LIMIT && addr < IO_SPACE_LIMIT) { \
253 if (addr < MMIO_UPPER_LIMIT) { \
255 } else if (addr >= MMIO_UPPER_LIMIT && addr < IO_SPACE_LIMIT) { \
269 if (addr < MMIO_UPPER_LIMIT) { \
271 } else if (addr >= MMIO_UPPER_LIMIT && addr < IO_SPACE_LIMIT) { \
286 if (addr < MMIO_UPPER_LIMIT) { \
[all...]
/linux-master/include/linux/
H A Dlogic_pio.h111 #define MMIO_UPPER_LIMIT (IO_SPACE_LIMIT - PIO_INDIRECT_SIZE) macro
/linux-master/include/asm-generic/
H A Dio.h1115 return (port > MMIO_UPPER_LIMIT) ? NULL : PCI_IOBASE + port;
/linux-master/drivers/pci/
H A Dpci.c4114 if (pio < MMIO_UPPER_LIMIT)

Completed in 123 milliseconds