Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dprocess_pptables_v1_0.c487 const ATOM_Tonga_PCIE_Table *atom_pcie_table = (ATOM_Tonga_PCIE_Table *)ptable; in get_pcie_table() local
490 PP_ASSERT_WITH_CODE((atom_pcie_table->ucNumEntries != 0), in get_pcie_table()
494 atom_pcie_table->ucNumEntries); in get_pcie_table()
503 if ((uint32_t)atom_pcie_table->ucNumEntries <= pcie_count) in get_pcie_table()
504 pcie_count = (uint32_t)atom_pcie_table->ucNumEntries; in get_pcie_table()
515 entries, atom_pcie_table, i); in get_pcie_table()
523 const ATOM_Polaris10_PCIE_Table *atom_pcie_table = (ATOM_Polaris10_PCIE_Table *)ptable; in get_pcie_table() local
526 PP_ASSERT_WITH_CODE((atom_pcie_table->ucNumEntries != 0), in get_pcie_table()
530 atom_pcie_table->ucNumEntries); in get_pcie_table()
539 if ((uint32_t)atom_pcie_table->ucNumEntries <= pcie_count) in get_pcie_table()
[all …]
H A Dvega10_processpptables.c789 const ATOM_Vega10_PCIE_Table *atom_pcie_table = in get_pcie_table() local
792 PP_ASSERT_WITH_CODE(atom_pcie_table->ucNumEntries, in get_pcie_table()
797 atom_pcie_table->ucNumEntries); in get_pcie_table()
802 if (atom_pcie_table->ucNumEntries <= pcie_count) in get_pcie_table()
803 pcie_count = atom_pcie_table->ucNumEntries; in get_pcie_table()
813 atom_pcie_table->entries[i].ucPCIEGenSpeed; in get_pcie_table()
815 atom_pcie_table->entries[i].ucPCIELaneWidth; in get_pcie_table()
817 atom_pcie_table->entries[i].ulLCLK; in get_pcie_table()