Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h140 #define PCI_IO_1K_RANGE_MASK (~0x03UL) /* Intel 1K I/O windows */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h141 #define PCI_IO_1K_RANGE_MASK (~0x03UL) /* Intel 1K I/O windows */ macro
/openbmc/linux/drivers/pci/
H A Dsetup-bus.c582 io_mask = PCI_IO_1K_RANGE_MASK; in pci_setup_bridge_io()
H A Dprobe.c410 io_mask = PCI_IO_1K_RANGE_MASK; in pci_read_bridge_io()