HomeSort by: relevance | last modified time | path
    Searched refs:volt_with_cks (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
amdgpu_fiji_smumgr.c 1671 volt_with_cks, value; local in function:fiji_populate_clock_stretcher_data_table
1714 volt_with_cks = (uint32_t)((13946 *
1717 if (volt_without_cks >= volt_with_cks)
1718 volt_offset = (uint8_t)(((volt_without_cks - volt_with_cks +
amdgpu_vegam_smumgr.c 1490 uint32_t ro, efuse, volt_without_cks, volt_with_cks, value, max, min; local in function:vegam_populate_clock_stretcher_data_table
1518 volt_with_cks = (uint32_t)((2797202000U + sclk_table->entries[i].clk/100 *
1522 if (volt_without_cks >= volt_with_cks)
1523 volt_offset = (uint8_t)(((volt_without_cks - volt_with_cks +
amdgpu_polaris10_smumgr.c 1518 uint32_t ro, efuse, volt_without_cks, volt_with_cks, value, max, min; local in function:polaris10_populate_clock_stretcher_data_table
1567 volt_with_cks = (uint32_t)((2797202000U + sclk_table->entries[i].clk/100 * 3232 - (ro - 65) * 1000000) / \
1572 volt_with_cks = (uint32_t)((2999656000U - sclk_table->entries[i].clk/100 * 392803 - (ro - 44) * 1000000) / \
1576 if (volt_without_cks >= volt_with_cks)
1577 volt_offset = (uint8_t)(((volt_without_cks - volt_with_cks +
amdgpu_tonga_smumgr.c 1581 volt_with_cks, value; local in function:tonga_populate_clock_stretcher_data_table
1632 volt_with_cks = (uint32_t)((5250 + 51 - ro - 2404 *
1639 volt_with_cks = (uint32_t)((13946 *
1643 if (volt_without_cks >= volt_with_cks)
1644 volt_offset = (uint8_t)(((volt_without_cks - volt_with_cks +

Completed in 30 milliseconds