Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/
Dpci_regs.h139 #define PCI_IO_RANGE_MASK (~0x0fUL) /* Standard 4K I/O windows */ macro
/Linux-v6.1/drivers/pci/hotplug/
Dibmphp_res.c1966 start_address = (start_io_address & PCI_IO_RANGE_MASK) << 8; in update_bridge_ranges()
1968 end_address = (end_io_address & PCI_IO_RANGE_MASK) << 8; in update_bridge_ranges()
/Linux-v6.1/drivers/pci/
Dsetup-bus.c583 io_mask = PCI_IO_RANGE_MASK; in pci_setup_bridge_io()
Dprobe.c407 io_mask = PCI_IO_RANGE_MASK; in pci_read_bridge_io()