Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dprocess_pptables_v1_0.c504 const ATOM_Tonga_PCIE_Table *atom_pcie_table = (ATOM_Tonga_PCIE_Table *)ptable; in get_pcie_table() local
507 PP_ASSERT_WITH_CODE((atom_pcie_table->ucNumEntries != 0), in get_pcie_table()
511 sizeof(phm_ppt_v1_pcie_record) * atom_pcie_table->ucNumEntries; in get_pcie_table()
523 if ((uint32_t)atom_pcie_table->ucNumEntries <= pcie_count) in get_pcie_table()
524 pcie_count = (uint32_t)atom_pcie_table->ucNumEntries; in get_pcie_table()
535 entries, atom_pcie_table, i); in get_pcie_table()
543 const ATOM_Polaris10_PCIE_Table *atom_pcie_table = (ATOM_Polaris10_PCIE_Table *)ptable; in get_pcie_table() local
546 PP_ASSERT_WITH_CODE((atom_pcie_table->ucNumEntries != 0), in get_pcie_table()
550 sizeof(phm_ppt_v1_pcie_record) * atom_pcie_table->ucNumEntries; in get_pcie_table()
562 if ((uint32_t)atom_pcie_table->ucNumEntries <= pcie_count) in get_pcie_table()
[all …]
Dvega10_processpptables.c814 const ATOM_Vega10_PCIE_Table *atom_pcie_table = in get_pcie_table() local
817 PP_ASSERT_WITH_CODE(atom_pcie_table->ucNumEntries, in get_pcie_table()
823 atom_pcie_table->ucNumEntries; in get_pcie_table()
831 if (atom_pcie_table->ucNumEntries <= pcie_count) in get_pcie_table()
832 pcie_count = atom_pcie_table->ucNumEntries; in get_pcie_table()
842 atom_pcie_table->entries[i].ucPCIEGenSpeed; in get_pcie_table()
844 atom_pcie_table->entries[i].ucPCIELaneWidth; in get_pcie_table()
846 atom_pcie_table->entries[i].ulLCLK; in get_pcie_table()