Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dprocess_pptables_v1_0.c481 uint32_t i, pcie_count; in get_pcie_table() local
504 pcie_count = (pp_table_information->vdd_dep_on_sclk->count) + 1; in get_pcie_table()
505 if ((uint32_t)atom_pcie_table->ucNumEntries <= pcie_count) in get_pcie_table()
506 pcie_count = (uint32_t)atom_pcie_table->ucNumEntries; in get_pcie_table()
510 pcie_table->count = pcie_count; in get_pcie_table()
511 for (i = 0; i < pcie_count; i++) { in get_pcie_table()
541 pcie_count = (pp_table_information->vdd_dep_on_sclk->count) + 1; in get_pcie_table()
542 if ((uint32_t)atom_pcie_table->ucNumEntries <= pcie_count) in get_pcie_table()
543 pcie_count = (uint32_t)atom_pcie_table->ucNumEntries; in get_pcie_table()
547 pcie_table->count = pcie_count; in get_pcie_table()
[all …]
H A Dvega10_processpptables.c786 uint32_t i, pcie_count; in get_pcie_table() local
802 pcie_count = table_info->vdd_dep_on_sclk->count; in get_pcie_table()
803 if (atom_pcie_table->ucNumEntries <= pcie_count) in get_pcie_table()
804 pcie_count = atom_pcie_table->ucNumEntries; in get_pcie_table()
810 pcie_table->count = pcie_count; in get_pcie_table()
812 for (i = 0; i < pcie_count; i++) { in get_pcie_table()