Searched refs:PCI_EXP_FLAGS_TYPE (Results 1 – 13 of 13) sorted by relevance
33 #define PCI_EXP_FLAGS_TYPE_SHIFT ctz32(PCI_EXP_FLAGS_TYPE)
320 data &= ~(PCI_EXP_FLAGS_TYPE << 16); in pcie_init()
79 ((type << PCI_EXP_FLAGS_TYPE_SHIFT) & PCI_EXP_FLAGS_TYPE) | in pcie_cap_v1_fill()300 PCI_EXP_FLAGS_TYPE) >> PCI_EXP_FLAGS_TYPE_SHIFT; in pcie_cap_get_type()
45 PCI_EXP_FLAGS_TYPE, PCI_EXP_TYPE_ENDPOINT << 4); in rcar_pcie_ep_hw_init()
466 PCI_EXP_FLAGS_TYPE, PCI_EXP_TYPE_ROOT_PORT << 4); in rcar_pcie_hw_init()
417 pcie_flags = (pcie_flags & PCI_EXP_FLAGS_TYPE) >> 4; in pseries_eeh_init_edev()
475 #define PCI_EXP_FLAGS_TYPE 0x00f0 /* Device/Port type */ macro
476 #define PCI_EXP_FLAGS_TYPE 0x00f0 /* Device/Port type */ macro
1985 type = (flags & PCI_EXP_FLAGS_TYPE) >> 4; in vfio_setup_pcie_cap()2037 PCI_EXP_FLAGS_TYPE); in vfio_setup_pcie_cap()2075 PCI_EXP_FLAGS_TYPE); in vfio_setup_pcie_cap()
1567 pdev->pcie_flags_reg &= ~PCI_EXP_FLAGS_TYPE; in set_pcie_port_type()1578 pdev->pcie_flags_reg &= ~PCI_EXP_FLAGS_TYPE; in set_pcie_port_type()
367 pcie_flags = (pcie_flags & PCI_EXP_FLAGS_TYPE) >> 4; in pnv_eeh_probe()
856 return (flag & PCI_EXP_FLAGS_TYPE) >> 4; in get_device_type()
2444 return (pcie_caps_reg(dev) & PCI_EXP_FLAGS_TYPE) >> 4; in pci_pcie_type()