Home
last modified time | relevance | path

Searched refs:PCI_EXP_FLAGS_TYPE (Results 1 – 5 of 5) sorted by relevance

/qemu/include/hw/pci/
H A Dpcie_regs.h33 #define PCI_EXP_FLAGS_TYPE_SHIFT ctz32(PCI_EXP_FLAGS_TYPE)
/qemu/hw/pci/
H A Dpcie.c79 ((type << PCI_EXP_FLAGS_TYPE_SHIFT) & PCI_EXP_FLAGS_TYPE) | in pcie_cap_v1_fill()
333 PCI_EXP_FLAGS_TYPE) >> PCI_EXP_FLAGS_TYPE_SHIFT; in pcie_cap_get_type()
/qemu/include/standard-headers/linux/
H A Dpci_regs.h477 #define PCI_EXP_FLAGS_TYPE 0x00f0 /* Device/Port type */ macro
/qemu/hw/vfio/
H A Dpci.c2029 type = (flags & PCI_EXP_FLAGS_TYPE) >> 4; in vfio_setup_pcie_cap()
2081 PCI_EXP_FLAGS_TYPE); in vfio_setup_pcie_cap()
2119 PCI_EXP_FLAGS_TYPE); in vfio_setup_pcie_cap()
/qemu/hw/xen/
H A Dxen_pt_config_init.c856 return (flag & PCI_EXP_FLAGS_TYPE) >> 4; in get_device_type()