Home
last modified time | relevance | path

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

/linux-6.1.9/lib/ !
Dlogic_pio.c42 resource_size_t iio_sz = MMIO_UPPER_LIMIT; in logic_pio_register_range()
77 if (mmio_end + new_range->size - 1 > MMIO_UPPER_LIMIT) { in logic_pio_register_range()
79 if (mmio_end + SZ_64K - 1 > MMIO_UPPER_LIMIT) { in logic_pio_register_range()
240 if (addr < MMIO_UPPER_LIMIT) { \
242 } else if (addr >= MMIO_UPPER_LIMIT && addr < IO_SPACE_LIMIT) { \
256 if (addr < MMIO_UPPER_LIMIT) { \
258 } else if (addr >= MMIO_UPPER_LIMIT && addr < IO_SPACE_LIMIT) { \
272 if (addr < MMIO_UPPER_LIMIT) { \
274 } else if (addr >= MMIO_UPPER_LIMIT && addr < IO_SPACE_LIMIT) { \
289 if (addr < MMIO_UPPER_LIMIT) { \
[all …]
/linux-6.1.9/include/linux/ !
Dlogic_pio.h114 #define MMIO_UPPER_LIMIT (IO_SPACE_LIMIT - PIO_INDIRECT_SIZE) macro
/linux-6.1.9/include/asm-generic/ !
Dio.h1134 return (port > MMIO_UPPER_LIMIT) ? NULL : PCI_IOBASE + port; in ioport_map()
/linux-6.1.9/drivers/pci/ !
Dpci.c4174 if (pio >= MMIO_UPPER_LIMIT) in pci_pio_to_address()