atom_pcie_table   504 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 		const ATOM_Tonga_PCIE_Table *atom_pcie_table = (ATOM_Tonga_PCIE_Table *)ptable;
atom_pcie_table   507 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 		PP_ASSERT_WITH_CODE((atom_pcie_table->ucNumEntries != 0),
atom_pcie_table   511 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 			sizeof(phm_ppt_v1_pcie_record) * atom_pcie_table->ucNumEntries;
atom_pcie_table   523 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 		if ((uint32_t)atom_pcie_table->ucNumEntries <= pcie_count)
atom_pcie_table   524 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 			pcie_count = (uint32_t)atom_pcie_table->ucNumEntries;
atom_pcie_table   535 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 						entries, atom_pcie_table, i);
atom_pcie_table   543 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 		const ATOM_Polaris10_PCIE_Table *atom_pcie_table = (ATOM_Polaris10_PCIE_Table *)ptable;
atom_pcie_table   546 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 		PP_ASSERT_WITH_CODE((atom_pcie_table->ucNumEntries != 0),
atom_pcie_table   550 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 			sizeof(phm_ppt_v1_pcie_record) * atom_pcie_table->ucNumEntries;
atom_pcie_table   562 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 		if ((uint32_t)atom_pcie_table->ucNumEntries <= pcie_count)
atom_pcie_table   563 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 			pcie_count = (uint32_t)atom_pcie_table->ucNumEntries;
atom_pcie_table   575 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 						entries, atom_pcie_table, i);
atom_pcie_table   814 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_processpptables.c 	const ATOM_Vega10_PCIE_Table *atom_pcie_table =
atom_pcie_table   817 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_processpptables.c 	PP_ASSERT_WITH_CODE(atom_pcie_table->ucNumEntries,
atom_pcie_table   823 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_processpptables.c 			atom_pcie_table->ucNumEntries;
atom_pcie_table   831 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_processpptables.c 	if (atom_pcie_table->ucNumEntries <= pcie_count)
atom_pcie_table   832 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_processpptables.c 		pcie_count = atom_pcie_table->ucNumEntries;
atom_pcie_table   842 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_processpptables.c 				atom_pcie_table->entries[i].ucPCIEGenSpeed;
atom_pcie_table   844 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_processpptables.c 				atom_pcie_table->entries[i].ucPCIELaneWidth;
atom_pcie_table   846 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_processpptables.c 				atom_pcie_table->entries[i].ulLCLK;