voltage_table 1498 drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c struct atom_voltage_table *voltage_table) voltage_table 1527 drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c voltage_table->entries[i].value = voltage_table 1529 drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c voltage_table->entries[i].smio_low = voltage_table 1534 drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c voltage_table->mask_low = le32_to_cpu(gpio->ulGpioMaskVal); voltage_table 1535 drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c voltage_table->count = gpio->ucGpioEntryNum; voltage_table 1536 drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c voltage_table->phase_delay = gpio->ucPhaseDelay; voltage_table 189 drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.h struct atom_voltage_table *voltage_table); voltage_table 4384 drivers/gpu/drm/amd/amdgpu/si_dpm.c struct atom_voltage_table *voltage_table) voltage_table 4388 drivers/gpu/drm/amd/amdgpu/si_dpm.c if (voltage_table->count <= max_voltage_steps) voltage_table 4391 drivers/gpu/drm/amd/amdgpu/si_dpm.c diff = voltage_table->count - max_voltage_steps; voltage_table 4394 drivers/gpu/drm/amd/amdgpu/si_dpm.c voltage_table->entries[i] = voltage_table->entries[i + diff]; voltage_table 4396 drivers/gpu/drm/amd/amdgpu/si_dpm.c voltage_table->count = max_voltage_steps; voltage_table 4401 drivers/gpu/drm/amd/amdgpu/si_dpm.c struct atom_voltage_table *voltage_table) voltage_table 4408 drivers/gpu/drm/amd/amdgpu/si_dpm.c voltage_table->mask_low = 0; voltage_table 4409 drivers/gpu/drm/amd/amdgpu/si_dpm.c voltage_table->phase_delay = 0; voltage_table 4411 drivers/gpu/drm/amd/amdgpu/si_dpm.c voltage_table->count = voltage_dependency_table->count; voltage_table 4412 drivers/gpu/drm/amd/amdgpu/si_dpm.c for (i = 0; i < voltage_table->count; i++) { voltage_table 4413 drivers/gpu/drm/amd/amdgpu/si_dpm.c voltage_table->entries[i].value = voltage_dependency_table->entries[i].v; voltage_table 4414 drivers/gpu/drm/amd/amdgpu/si_dpm.c voltage_table->entries[i].smio_low = 0; voltage_table 4501 drivers/gpu/drm/amd/amdgpu/si_dpm.c const struct atom_voltage_table *voltage_table, voltage_table 4506 drivers/gpu/drm/amd/amdgpu/si_dpm.c for (i = 0; i < voltage_table->count; i++) voltage_table 4507 drivers/gpu/drm/amd/amdgpu/si_dpm.c table->lowSMIO[i] |= cpu_to_be32(voltage_table->entries[i].smio_low); voltage_table 529 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c pp_atomctrl_voltage_table *voltage_table) voltage_table 553 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c voltage_table->entries[i].value = voltage_table 555 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c voltage_table->entries[i].smio_low = voltage_table 559 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c voltage_table->mask_low = voltage_table 561 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c voltage_table->count = voltage_table 563 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c voltage_table->phase_delay = voltage_table 303 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.h extern int atomctrl_get_voltage_table_v3(struct pp_hwmgr *hwmgr, uint8_t voltage_type, uint8_t voltage_mode, pp_atomctrl_voltage_table *voltage_table); voltage_table 97 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomfwctrl.c struct pp_atomfwctrl_voltage_table *voltage_table) voltage_table 116 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomfwctrl.c voltage_table->count = 0; voltage_table 127 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomfwctrl.c voltage_table->entries[i].value = voltage_table 130 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomfwctrl.c voltage_table->entries[i].smio_low = voltage_table 134 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomfwctrl.c voltage_table->count = voltage_table 136 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomfwctrl.c voltage_table->mask_low = voltage_table 139 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomfwctrl.c voltage_table->phase_delay = voltage_table 143 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomfwctrl.c voltage_table->psi1_enable = voltage_table 145 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomfwctrl.c voltage_table->psi0_enable = voltage_table 147 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomfwctrl.c voltage_table->max_vid_step = voltage_table 149 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomfwctrl.c voltage_table->telemetry_offset = voltage_table 151 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomfwctrl.c voltage_table->telemetry_slope = voltage_table 226 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomfwctrl.h uint8_t voltage_mode, struct pp_atomfwctrl_voltage_table *voltage_table); voltage_table 221 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c static int phm_get_svi2_voltage_table_v0(pp_atomctrl_voltage_table *voltage_table, voltage_table 227 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c PP_ASSERT_WITH_CODE((NULL != voltage_table), voltage_table 230 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c voltage_table->mask_low = 0; voltage_table 231 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c voltage_table->phase_delay = 0; voltage_table 232 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c voltage_table->count = voltage_dependency_table->count; voltage_table 235 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c voltage_table->entries[i].value = voltage_table 237 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c voltage_table->entries[i].smio_low = 0; voltage_table 408 drivers/gpu/drm/amd/powerplay/hwmgr/smu_helper.c uint8_t phm_get_voltage_id(pp_atomctrl_voltage_table *voltage_table, voltage_table 411 drivers/gpu/drm/amd/powerplay/hwmgr/smu_helper.c uint8_t count = (uint8_t) (voltage_table->count); voltage_table 414 drivers/gpu/drm/amd/powerplay/hwmgr/smu_helper.c PP_ASSERT_WITH_CODE((NULL != voltage_table), voltage_table 421 drivers/gpu/drm/amd/powerplay/hwmgr/smu_helper.c if (voltage_table->entries[i].value >= voltage) voltage_table 83 drivers/gpu/drm/amd/powerplay/hwmgr/smu_helper.h extern uint8_t phm_get_voltage_id(struct pp_atomctrl_voltage_table *voltage_table, voltage_table 2499 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c struct pp_atomfwctrl_voltage_table voltage_table; voltage_table 2519 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c VOLTAGE_OBJ_SVID2, &voltage_table); voltage_table 2520 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c pp_table->MaxVidStep = voltage_table.max_vid_step; voltage_table 2538 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c data->vddc_voltage_table.psi0_enable = voltage_table.psi0_enable; voltage_table 2539 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c data->vddc_voltage_table.psi1_enable = voltage_table.psi1_enable; voltage_table 174 drivers/gpu/drm/radeon/ci_dpm.c struct atom_voltage_table *voltage_table); voltage_table 182 drivers/gpu/drm/radeon/ci_dpm.c struct atom_voltage_table_entry *voltage_table, voltage_table 2115 drivers/gpu/drm/radeon/ci_dpm.c struct atom_voltage_table *voltage_table) voltage_table 2122 drivers/gpu/drm/radeon/ci_dpm.c voltage_table->mask_low = 0; voltage_table 2123 drivers/gpu/drm/radeon/ci_dpm.c voltage_table->phase_delay = 0; voltage_table 2125 drivers/gpu/drm/radeon/ci_dpm.c voltage_table->count = voltage_dependency_table->count; voltage_table 2126 drivers/gpu/drm/radeon/ci_dpm.c for (i = 0; i < voltage_table->count; i++) { voltage_table 2127 drivers/gpu/drm/radeon/ci_dpm.c voltage_table->entries[i].value = voltage_dependency_table->entries[i].v; voltage_table 2128 drivers/gpu/drm/radeon/ci_dpm.c voltage_table->entries[i].smio_low = 0; voltage_table 2197 drivers/gpu/drm/radeon/ci_dpm.c struct atom_voltage_table_entry *voltage_table, voltage_table 2202 drivers/gpu/drm/radeon/ci_dpm.c ret = ci_get_std_voltage_value_sidd(rdev, voltage_table, voltage_table 2207 drivers/gpu/drm/radeon/ci_dpm.c smc_voltage_table->StdVoltageHiSidd = voltage_table->value * VOLTAGE_SCALE; voltage_table 2208 drivers/gpu/drm/radeon/ci_dpm.c smc_voltage_table->StdVoltageLoSidd = voltage_table->value * VOLTAGE_SCALE; voltage_table 2211 drivers/gpu/drm/radeon/ci_dpm.c smc_voltage_table->Voltage = cpu_to_be16(voltage_table->value * VOLTAGE_SCALE); voltage_table 2329 drivers/gpu/drm/radeon/ci_dpm.c struct atom_voltage_table_entry *voltage_table, voltage_table 2334 drivers/gpu/drm/radeon/ci_dpm.c *std_voltage_hi_sidd = voltage_table->value * VOLTAGE_SCALE; voltage_table 2335 drivers/gpu/drm/radeon/ci_dpm.c *std_voltage_lo_sidd = voltage_table->value * VOLTAGE_SCALE; voltage_table 2342 drivers/gpu/drm/radeon/ci_dpm.c if (voltage_table->value == voltage_table 2359 drivers/gpu/drm/radeon/ci_dpm.c if (voltage_table->value <= voltage_table 1469 drivers/gpu/drm/radeon/cypress_dpm.c struct atom_voltage_table *voltage_table) voltage_table 1473 drivers/gpu/drm/radeon/cypress_dpm.c if (voltage_table->count <= MAX_NO_VREG_STEPS) voltage_table 1476 drivers/gpu/drm/radeon/cypress_dpm.c diff = voltage_table->count - MAX_NO_VREG_STEPS; voltage_table 1479 drivers/gpu/drm/radeon/cypress_dpm.c voltage_table->entries[i] = voltage_table->entries[i + diff]; voltage_table 1481 drivers/gpu/drm/radeon/cypress_dpm.c voltage_table->count = MAX_NO_VREG_STEPS; voltage_table 1513 drivers/gpu/drm/radeon/cypress_dpm.c struct atom_voltage_table *voltage_table, voltage_table 1518 drivers/gpu/drm/radeon/cypress_dpm.c for (i = 0; i < voltage_table->count; i++) { voltage_table 1520 drivers/gpu/drm/radeon/cypress_dpm.c table->lowSMIO[i] |= cpu_to_be32(voltage_table->entries[i].smio_low); voltage_table 1260 drivers/gpu/drm/radeon/ni_dpm.c struct atom_voltage_table *voltage_table, voltage_table 1265 drivers/gpu/drm/radeon/ni_dpm.c for (i = 0; i < voltage_table->count; i++) { voltage_table 1267 drivers/gpu/drm/radeon/ni_dpm.c table->lowSMIO[i] |= cpu_to_be32(voltage_table->entries[i].smio_low); voltage_table 331 drivers/gpu/drm/radeon/radeon.h struct atom_voltage_table *voltage_table); voltage_table 3724 drivers/gpu/drm/radeon/radeon_atombios.c struct atom_voltage_table *voltage_table) voltage_table 3756 drivers/gpu/drm/radeon/radeon_atombios.c voltage_table->entries[i].value = voltage_table 3759 drivers/gpu/drm/radeon/radeon_atombios.c voltage_table->entries[i].value, voltage_table 3761 drivers/gpu/drm/radeon/radeon_atombios.c &voltage_table->entries[i].smio_low, voltage_table 3762 drivers/gpu/drm/radeon/radeon_atombios.c &voltage_table->mask_low); voltage_table 3768 drivers/gpu/drm/radeon/radeon_atombios.c voltage_table->count = formula->ucNumOfVoltageEntries; voltage_table 3791 drivers/gpu/drm/radeon/radeon_atombios.c voltage_table->entries[i].value = voltage_table 3793 drivers/gpu/drm/radeon/radeon_atombios.c voltage_table->entries[i].smio_low = voltage_table 3798 drivers/gpu/drm/radeon/radeon_atombios.c voltage_table->mask_low = le32_to_cpu(gpio->ulGpioMaskVal); voltage_table 3799 drivers/gpu/drm/radeon/radeon_atombios.c voltage_table->count = gpio->ucGpioEntryNum; voltage_table 3800 drivers/gpu/drm/radeon/radeon_atombios.c voltage_table->phase_delay = gpio->ucPhaseDelay; voltage_table 3922 drivers/gpu/drm/radeon/si_dpm.c struct atom_voltage_table *voltage_table) voltage_table 3926 drivers/gpu/drm/radeon/si_dpm.c if (voltage_table->count <= max_voltage_steps) voltage_table 3929 drivers/gpu/drm/radeon/si_dpm.c diff = voltage_table->count - max_voltage_steps; voltage_table 3932 drivers/gpu/drm/radeon/si_dpm.c voltage_table->entries[i] = voltage_table->entries[i + diff]; voltage_table 3934 drivers/gpu/drm/radeon/si_dpm.c voltage_table->count = max_voltage_steps; voltage_table 3939 drivers/gpu/drm/radeon/si_dpm.c struct atom_voltage_table *voltage_table) voltage_table 3946 drivers/gpu/drm/radeon/si_dpm.c voltage_table->mask_low = 0; voltage_table 3947 drivers/gpu/drm/radeon/si_dpm.c voltage_table->phase_delay = 0; voltage_table 3949 drivers/gpu/drm/radeon/si_dpm.c voltage_table->count = voltage_dependency_table->count; voltage_table 3950 drivers/gpu/drm/radeon/si_dpm.c for (i = 0; i < voltage_table->count; i++) { voltage_table 3951 drivers/gpu/drm/radeon/si_dpm.c voltage_table->entries[i].value = voltage_dependency_table->entries[i].v; voltage_table 3952 drivers/gpu/drm/radeon/si_dpm.c voltage_table->entries[i].smio_low = 0; voltage_table 4039 drivers/gpu/drm/radeon/si_dpm.c const struct atom_voltage_table *voltage_table, voltage_table 4044 drivers/gpu/drm/radeon/si_dpm.c for (i = 0; i < voltage_table->count; i++) voltage_table 4045 drivers/gpu/drm/radeon/si_dpm.c table->lowSMIO[i] |= cpu_to_be32(voltage_table->entries[i].smio_low); voltage_table 96 drivers/regulator/tps65910-regulator.c const unsigned int *voltage_table; voltage_table 105 drivers/regulator/tps65910-regulator.c .voltage_table = VRTC_VSEL_table, voltage_table 112 drivers/regulator/tps65910-regulator.c .voltage_table = VIO_VSEL_table, voltage_table 128 drivers/regulator/tps65910-regulator.c .voltage_table = VDD3_VSEL_table, voltage_table 135 drivers/regulator/tps65910-regulator.c .voltage_table = VDIG1_VSEL_table, voltage_table 142 drivers/regulator/tps65910-regulator.c .voltage_table = VDIG2_VSEL_table, voltage_table 149 drivers/regulator/tps65910-regulator.c .voltage_table = VPLL_VSEL_table, voltage_table 156 drivers/regulator/tps65910-regulator.c .voltage_table = VDAC_VSEL_table, voltage_table 163 drivers/regulator/tps65910-regulator.c .voltage_table = VAUX1_VSEL_table, voltage_table 170 drivers/regulator/tps65910-regulator.c .voltage_table = VAUX2_VSEL_table, voltage_table 177 drivers/regulator/tps65910-regulator.c .voltage_table = VAUX33_VSEL_table, voltage_table 184 drivers/regulator/tps65910-regulator.c .voltage_table = VMMC_VSEL_table, voltage_table 191 drivers/regulator/tps65910-regulator.c .voltage_table = VBB_VSEL_table, voltage_table 205 drivers/regulator/tps65910-regulator.c .voltage_table = VIO_VSEL_table, voltage_table 751 drivers/regulator/tps65910-regulator.c return pmic->info[id]->voltage_table[selector]; voltage_table 1170 drivers/regulator/tps65910-regulator.c pmic->desc[i].volt_table = info->voltage_table; voltage_table 1178 drivers/regulator/tps65910-regulator.c pmic->desc[i].volt_table = info->voltage_table; voltage_table 1182 drivers/regulator/tps65910-regulator.c pmic->desc[i].volt_table = info->voltage_table;