Home
last modified time | relevance | path

Searched refs:PCI_IO_RANGE_TYPE_MASK (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/uapi/linux/
Dpci_regs.h135 #define PCI_IO_RANGE_TYPE_MASK 0x0fUL /* I/O bridging type */ macro
/Linux-v4.19/drivers/pci/
Dprobe.c373 if ((io_base_lo & PCI_IO_RANGE_TYPE_MASK) == PCI_IO_RANGE_TYPE_32) { in pci_read_bridge_io()
383 res->flags = (io_base_lo & PCI_IO_RANGE_TYPE_MASK) | IORESOURCE_IO; in pci_read_bridge_io()
/Linux-v4.19/drivers/pci/hotplug/
Dibmphp_pci.c922 if ((io_base & PCI_IO_RANGE_TYPE_MASK) == PCI_IO_RANGE_TYPE_32) { in configure_bridge()