Home
last modified time | relevance | path

Searched refs:pcie_flags_reg (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/pci/
H A Dprobe.c1628 pdev->pcie_flags_reg = reg16; in set_pcie_port_type()
1658 pdev->pcie_flags_reg &= ~PCI_EXP_FLAGS_TYPE; in set_pcie_port_type()
1659 pdev->pcie_flags_reg |= PCI_EXP_TYPE_UPSTREAM; in set_pcie_port_type()
1669 pdev->pcie_flags_reg &= ~PCI_EXP_FLAGS_TYPE; in set_pcie_port_type()
1670 pdev->pcie_flags_reg |= PCI_EXP_TYPE_DOWNSTREAM; in set_pcie_port_type()
H A Dquirks.c5505 pdev->pcie_flags_reg = reg16; in quirk_intel_qat_vf_cap()