Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/linux/
Dpci_regs.h136 #define PCI_IO_RANGE_TYPE_MASK 0x0fUL /* I/O bridging type */ macro
/Linux-v6.6/drivers/pci/
Dprobe.c420 if ((io_base_lo & PCI_IO_RANGE_TYPE_MASK) == PCI_IO_RANGE_TYPE_32) { in pci_read_bridge_io()
430 res->flags = (io_base_lo & PCI_IO_RANGE_TYPE_MASK) | IORESOURCE_IO; in pci_read_bridge_io()
/Linux-v6.6/drivers/pci/hotplug/
Dibmphp_pci.c921 if ((io_base & PCI_IO_RANGE_TYPE_MASK) == PCI_IO_RANGE_TYPE_32) { in configure_bridge()