HomeSort by: relevance | last modified time | path
    Searched defs:tonga_table (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_process_pptables_v1_0.c 426 const ATOM_Tonga_SCLK_Dependency_Table *tonga_table = local in function:get_sclk_voltage_dependency_table
430 PP_ASSERT_WITH_CODE((0 != tonga_table->ucNumEntries),
434 * tonga_table->ucNumEntries;
441 sclk_table->count = (uint32_t)tonga_table->ucNumEntries;
443 for (i = 0; i < tonga_table->ucNumEntries; i++) {
446 entries, tonga_table, i);
615 const ATOM_Tonga_PowerTune_Table *tonga_table = local in function:get_cac_tdp_table
617 tdp_table->usTDP = le16_to_cpu(tonga_table->usTDP);
619 le16_to_cpu(tonga_table->usConfigurableTDP);
620 tdp_table->usTDC = le16_to_cpu(tonga_table->usTDC)
    [all...]
amdgpu_process_pptables_v1_0.c 426 const ATOM_Tonga_SCLK_Dependency_Table *tonga_table = local in function:get_sclk_voltage_dependency_table
430 PP_ASSERT_WITH_CODE((0 != tonga_table->ucNumEntries),
434 * tonga_table->ucNumEntries;
441 sclk_table->count = (uint32_t)tonga_table->ucNumEntries;
443 for (i = 0; i < tonga_table->ucNumEntries; i++) {
446 entries, tonga_table, i);
615 const ATOM_Tonga_PowerTune_Table *tonga_table = local in function:get_cac_tdp_table
617 tdp_table->usTDP = le16_to_cpu(tonga_table->usTDP);
619 le16_to_cpu(tonga_table->usConfigurableTDP);
620 tdp_table->usTDC = le16_to_cpu(tonga_table->usTDC)
    [all...]
amdgpu_process_pptables_v1_0.c 426 const ATOM_Tonga_SCLK_Dependency_Table *tonga_table = local in function:get_sclk_voltage_dependency_table
430 PP_ASSERT_WITH_CODE((0 != tonga_table->ucNumEntries),
434 * tonga_table->ucNumEntries;
441 sclk_table->count = (uint32_t)tonga_table->ucNumEntries;
443 for (i = 0; i < tonga_table->ucNumEntries; i++) {
446 entries, tonga_table, i);
615 const ATOM_Tonga_PowerTune_Table *tonga_table = local in function:get_cac_tdp_table
617 tdp_table->usTDP = le16_to_cpu(tonga_table->usTDP);
619 le16_to_cpu(tonga_table->usConfigurableTDP);
620 tdp_table->usTDC = le16_to_cpu(tonga_table->usTDC)
    [all...]

Completed in 46 milliseconds