Home
last modified time | relevance | path

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

/devicemodel/hw/pci/
A Dpci_util.c70 int pcie_type; in pci_get_pcie_type() local
81 pcie_type = data & PCIEM_FLAGS_TYPE; in pci_get_pcie_type()
83 return pcie_type; in pci_get_pcie_type()
89 int pcie_type; in is_root_port() local
91 pcie_type = pci_get_pcie_type(pdev); in is_root_port()
93 return (pcie_type == PCIEM_TYPE_ROOT_PORT); in is_root_port()
A Dptm.c119 int pos, pcie_type, cap, rp_ptm_offset; in ptm_probe() local
138 pcie_type = pci_get_pcie_type(phys_dev); in ptm_probe()
149 if (pcie_type == PCIEM_TYPE_ENDPOINT) { in ptm_probe()
201 } else if (pcie_type == PCIEM_TYPE_ROOT_INT_EP) { in ptm_probe()

Completed in 2 milliseconds