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

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_smu_helper.c 208 int phm_trim_voltage_table(struct pp_atomctrl_voltage_table *vol_table)
215 PP_ASSERT_WITH_CODE((NULL != vol_table),
224 table->mask_low = vol_table->mask_low;
225 table->phase_delay = vol_table->phase_delay;
227 for (i = 0; i < vol_table->count; i++) {
228 vvalue = vol_table->entries[i].value;
241 vol_table->entries[i].smio_low;
246 memcpy(vol_table, table, sizeof(struct pp_atomctrl_voltage_table));
252 int phm_get_svi2_mvdd_voltage_table(struct pp_atomctrl_voltage_table *vol_table,
261 PP_ASSERT_WITH_CODE((NULL != vol_table),
    [all...]
smu_helper.h 77 extern int phm_trim_voltage_table(struct pp_atomctrl_voltage_table *vol_table);
78 extern int phm_get_svi2_mvdd_voltage_table(struct pp_atomctrl_voltage_table *vol_table, phm_ppt_v1_clock_voltage_dependency_table *dep_table);
79 extern int phm_get_svi2_vddci_voltage_table(struct pp_atomctrl_voltage_table *vol_table, phm_ppt_v1_clock_voltage_dependency_table *dep_table);
80 extern int phm_get_svi2_vdd_voltage_table(struct pp_atomctrl_voltage_table *vol_table, phm_ppt_v1_voltage_lookup_table *lookup_table);
81 extern void phm_trim_voltage_table_to_fit_state_table(uint32_t max_vol_steps, struct pp_atomctrl_voltage_table *vol_table);
amdgpu_vega10_hwmgr.c 829 struct pp_atomfwctrl_voltage_table vol_table; local in function:vega10_hwmgr_backend_init
855 &vol_table)) {
856 config_telemetry = ((vol_table.telemetry_slope << 8) & 0xff00) |
857 (vol_table.telemetry_offset & 0xff);
873 &vol_table)) {
875 ((vol_table.telemetry_slope << 24) & 0xff000000) |
876 ((vol_table.telemetry_offset << 16) & 0xff0000);
1012 * @param vol_table the pointer to changing voltage table
1017 struct pp_atomfwctrl_voltage_table *vol_table)
1024 PP_ASSERT_WITH_CODE(vol_table,
    [all...]
  /src/sys/arch/x68k/dev/
opmbell.c 389 static u_char vol_table[] = { variable in typeref:typename:u_char[]
411 opm_set_volume(sc->ch, vol_table[sc->volume]);

Completed in 34 milliseconds