Searched refs:SamuLevel (Results 1 - 12 of 12) sorted by relevance

/openbsd-current/sys/dev/pci/drm/radeon/
H A Dsmu7_fusion.h238 SMU7_Fusion_ExtClkLevel SamuLevel [SMU7_MAX_LEVELS_SAMU]; member in struct:SMU7_Fusion_DpmTable
H A Dsmu7_discrete.h330 SMU7_Discrete_ExtClkLevel SamuLevel [SMU7_MAX_LEVELS_SAMU]; member in struct:SMU7_Discrete_DpmTable
H A Dci_dpm.c2728 table->SamuLevel[count].Frequency =
2730 table->SamuLevel[count].MinVoltage =
2732 table->SamuLevel[count].MinPhases = 1;
2736 table->SamuLevel[count].Frequency, false, &dividers);
2740 table->SamuLevel[count].Divider = (u8)dividers.post_divider;
2742 table->SamuLevel[count].Frequency = cpu_to_be32(table->SamuLevel[count].Frequency);
2743 table->SamuLevel[count].MinVoltage = cpu_to_be16(table->SamuLevel[count].MinVoltage);
H A Dkv_dpm.c849 offsetof(SMU7_Fusion_DpmTable, SamuLevel),
/openbsd-current/sys/dev/pci/drm/amd/pm/powerplay/inc/
H A Dsmu7_fusion.h229 SMU7_Fusion_ExtClkLevel SamuLevel[SMU7_MAX_LEVELS_SAMU]; member in struct:SMU7_Fusion_DpmTable
H A Dsmu7_discrete.h331 SMU7_Discrete_ExtClkLevel SamuLevel [SMU7_MAX_LEVELS_SAMU]; member in struct:SMU7_Discrete_DpmTable
H A Dsmu72_discrete.h273 SMU72_Discrete_ExtClkLevel SamuLevel[SMU72_MAX_LEVELS_SAMU]; member in struct:SMU72_Discrete_DpmTable
H A Dsmu74_discrete.h290 SMU74_Discrete_ExtClkLevel SamuLevel[SMU74_MAX_LEVELS_SAMU]; member in struct:SMU74_Discrete_DpmTable
H A Dsmu75_discrete.h295 SMU75_Discrete_ExtClkLevel SamuLevel [SMU75_MAX_LEVELS_SAMU]; member in struct:SMU75_Discrete_DpmTable
H A Dsmu73_discrete.h247 SMU73_Discrete_ExtClkLevel SamuLevel[SMU73_MAX_LEVELS_SAMU]; member in struct:SMU73_Discrete_DpmTable
/openbsd-current/sys/dev/pci/drm/amd/pm/powerplay/smumgr/
H A Dpolaris10_smumgr.c1432 table->SamuLevel[count].Frequency = mm_table->entries[count].samclock;
1433 table->SamuLevel[count].MinVoltage |=
1445 table->SamuLevel[count].MinVoltage |=
1447 table->SamuLevel[count].MinVoltage |= 1 << PHASES_SHIFT;
1451 table->SamuLevel[count].Frequency, &dividers);
1456 table->SamuLevel[count].Divider = (uint8_t)dividers.pll_post_divider;
1458 CONVERT_FROM_HOST_TO_SMC_UL(table->SamuLevel[count].Frequency);
1459 CONVERT_FROM_HOST_TO_SMC_UL(table->SamuLevel[count].MinVoltage);
/openbsd-current/sys/dev/pci/drm/amd/pm/legacy-dpm/
H A Damdgpu_kv_dpm.c1080 offsetof(SMU7_Fusion_DpmTable, SamuLevel),

Completed in 228 milliseconds