Home
last modified time | relevance | path

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

/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h137 #define PCI_IO_RANGE_TYPE_16 0x00 macro
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h137 #define PCI_IO_RANGE_TYPE_16 0x00 macro
/openbmc/u-boot/include/
H A Dpci.h244 #define PCI_IO_RANGE_TYPE_16 0x00 macro
/openbmc/qemu/hw/pci/
H A Dpci.c908 d->config[PCI_IO_BASE] |= PCI_IO_RANGE_TYPE_16; in pci_init_mask_bridge()
909 d->config[PCI_IO_LIMIT] |= PCI_IO_RANGE_TYPE_16; in pci_init_mask_bridge()