OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atom_pcie_table
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_process_pptables_v1_0.c
509
const ATOM_Tonga_PCIE_Table *
atom_pcie_table
= (const ATOM_Tonga_PCIE_Table *)ptable;
local in function:get_pcie_table
512
PP_ASSERT_WITH_CODE((
atom_pcie_table
->ucNumEntries != 0),
516
sizeof(phm_ppt_v1_pcie_record) *
atom_pcie_table
->ucNumEntries;
528
if ((uint32_t)
atom_pcie_table
->ucNumEntries <= pcie_count)
529
pcie_count = (uint32_t)
atom_pcie_table
->ucNumEntries;
540
entries,
atom_pcie_table
, i);
548
const ATOM_Polaris10_PCIE_Table *
atom_pcie_table
= (const ATOM_Polaris10_PCIE_Table *)ptable;
local in function:get_pcie_table
551
PP_ASSERT_WITH_CODE((
atom_pcie_table
->ucNumEntries != 0),
555
sizeof(phm_ppt_v1_pcie_record) *
atom_pcie_table
->ucNumEntries;
567
if ((uint32_t)
atom_pcie_table
->ucNumEntries <= pcie_count
[
all
...]
amdgpu_vega10_processpptables.c
819
const ATOM_Vega10_PCIE_Table *
atom_pcie_table
=
local in function:get_pcie_table
822
PP_ASSERT_WITH_CODE(
atom_pcie_table
->ucNumEntries,
828
atom_pcie_table
->ucNumEntries;
836
if (
atom_pcie_table
->ucNumEntries <= pcie_count)
837
pcie_count =
atom_pcie_table
->ucNumEntries;
847
atom_pcie_table
->entries[i].ucPCIEGenSpeed;
849
atom_pcie_table
->entries[i].ucPCIELaneWidth;
851
atom_pcie_table
->entries[i].ulLCLK;
Completed in 13 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025