Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Dpci_regs.h139 #define PCI_IO_RANGE_MASK (~0x0fUL) /* Standard 4K I/O windows */ macro
/linux/drivers/pci/hotplug/
A 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/drivers/pci/
A Dsetup-bus.c583 io_mask = PCI_IO_RANGE_MASK; in pci_setup_bridge_io()
A Dprobe.c407 io_mask = PCI_IO_RANGE_MASK; in pci_read_bridge_io()

Completed in 20 milliseconds