Home
last modified time | relevance | path

Searched refs:atom_pcie_table (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A 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 in get_pcie_table()
[all...]
H A 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()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dprocess_pptables_v1_0.c488 const ATOM_Tonga_PCIE_Table *atom_pcie_table = (ATOM_Tonga_PCIE_Table *)ptable; in get_pcie_table() local
491 PP_ASSERT_WITH_CODE((atom_pcie_table->ucNumEntries != 0), in get_pcie_table()
495 atom_pcie_table->ucNumEntries), 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()
517 entries, atom_pcie_table, i); in get_pcie_table()
525 const ATOM_Polaris10_PCIE_Table *atom_pcie_table = (ATOM_Polaris10_PCIE_Table *)ptable; in get_pcie_table() local
528 PP_ASSERT_WITH_CODE((atom_pcie_table->ucNumEntries != 0), in get_pcie_table()
532 atom_pcie_table->ucNumEntries), in get_pcie_table()
542 if ((uint32_t)atom_pcie_table in get_pcie_table()
[all...]
H A Dvega10_processpptables.c790 const ATOM_Vega10_PCIE_Table *atom_pcie_table = in get_pcie_table() local
793 PP_ASSERT_WITH_CODE(atom_pcie_table->ucNumEntries, in get_pcie_table()
797 pcie_table = kzalloc(struct_size(pcie_table, entries, atom_pcie_table->ucNumEntries), 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()
814 atom_pcie_table->entries[i].ucPCIEGenSpeed; in get_pcie_table()
816 atom_pcie_table->entries[i].ucPCIELaneWidth; in get_pcie_table()
818 atom_pcie_table->entries[i].ulLCLK; in get_pcie_table()

Completed in 6 milliseconds