Searched refs:PCI_EXP_FLAGS_TYPE (Results 1 – 8 of 8) sorted by relevance
320 data &= ~(PCI_EXP_FLAGS_TYPE << 16); in pcie_init()
45 PCI_EXP_FLAGS_TYPE, PCI_EXP_TYPE_ENDPOINT << 4); in rcar_pcie_ep_hw_init()
462 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
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()
2429 return (pcie_caps_reg(dev) & PCI_EXP_FLAGS_TYPE) >> 4; in pci_pcie_type()