Searched refs:voltage_table (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/regulator/ |
D | tps65910-regulator.c | 101 const unsigned int *voltage_table; member 110 .voltage_table = VRTC_VSEL_table, 117 .voltage_table = VIO_VSEL_table, 133 .voltage_table = VDD3_VSEL_table, 140 .voltage_table = VDIG1_VSEL_table, 147 .voltage_table = VDIG2_VSEL_table, 154 .voltage_table = VPLL_VSEL_table, 161 .voltage_table = VDAC_VSEL_table, 168 .voltage_table = VAUX1_VSEL_table, 175 .voltage_table = VAUX2_VSEL_table, [all …]
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | cypress_dpm.c | 1468 struct atom_voltage_table *voltage_table) in cypress_trim_voltage_table_to_fit_state_table() argument 1472 if (voltage_table->count <= MAX_NO_VREG_STEPS) in cypress_trim_voltage_table_to_fit_state_table() 1475 diff = voltage_table->count - MAX_NO_VREG_STEPS; in cypress_trim_voltage_table_to_fit_state_table() 1478 voltage_table->entries[i] = voltage_table->entries[i + diff]; in cypress_trim_voltage_table_to_fit_state_table() 1480 voltage_table->count = MAX_NO_VREG_STEPS; in cypress_trim_voltage_table_to_fit_state_table() 1512 struct atom_voltage_table *voltage_table, in cypress_populate_smc_voltage_table() argument 1517 for (i = 0; i < voltage_table->count; i++) { in cypress_populate_smc_voltage_table() 1519 table->lowSMIO[i] |= cpu_to_be32(voltage_table->entries[i].smio_low); in cypress_populate_smc_voltage_table()
|
D | ci_dpm.c | 172 struct atom_voltage_table *voltage_table); 180 struct atom_voltage_table_entry *voltage_table, 2085 struct atom_voltage_table *voltage_table) in ci_get_svi2_voltage_table() argument 2092 voltage_table->mask_low = 0; in ci_get_svi2_voltage_table() 2093 voltage_table->phase_delay = 0; in ci_get_svi2_voltage_table() 2095 voltage_table->count = voltage_dependency_table->count; in ci_get_svi2_voltage_table() 2096 for (i = 0; i < voltage_table->count; i++) { in ci_get_svi2_voltage_table() 2097 voltage_table->entries[i].value = voltage_dependency_table->entries[i].v; in ci_get_svi2_voltage_table() 2098 voltage_table->entries[i].smio_low = 0; in ci_get_svi2_voltage_table() 2167 struct atom_voltage_table_entry *voltage_table, in ci_populate_smc_voltage_table() argument [all …]
|
D | si_dpm.c | 3860 struct atom_voltage_table *voltage_table) in si_trim_voltage_table_to_fit_state_table() argument 3864 if (voltage_table->count <= max_voltage_steps) in si_trim_voltage_table_to_fit_state_table() 3867 diff = voltage_table->count - max_voltage_steps; in si_trim_voltage_table_to_fit_state_table() 3870 voltage_table->entries[i] = voltage_table->entries[i + diff]; in si_trim_voltage_table_to_fit_state_table() 3872 voltage_table->count = max_voltage_steps; in si_trim_voltage_table_to_fit_state_table() 3877 struct atom_voltage_table *voltage_table) in si_get_svi2_voltage_table() argument 3884 voltage_table->mask_low = 0; in si_get_svi2_voltage_table() 3885 voltage_table->phase_delay = 0; in si_get_svi2_voltage_table() 3887 voltage_table->count = voltage_dependency_table->count; in si_get_svi2_voltage_table() 3888 for (i = 0; i < voltage_table->count; i++) { in si_get_svi2_voltage_table() [all …]
|
D | radeon_atombios.c | 3711 struct atom_voltage_table *voltage_table) in radeon_atom_get_voltage_table() argument 3743 voltage_table->entries[i].value = in radeon_atom_get_voltage_table() 3746 voltage_table->entries[i].value, in radeon_atom_get_voltage_table() 3748 &voltage_table->entries[i].smio_low, in radeon_atom_get_voltage_table() 3749 &voltage_table->mask_low); in radeon_atom_get_voltage_table() 3755 voltage_table->count = formula->ucNumOfVoltageEntries; in radeon_atom_get_voltage_table() 3778 voltage_table->entries[i].value = in radeon_atom_get_voltage_table() 3780 voltage_table->entries[i].smio_low = in radeon_atom_get_voltage_table() 3785 voltage_table->mask_low = le32_to_cpu(gpio->ulGpioMaskVal); in radeon_atom_get_voltage_table() 3786 voltage_table->count = gpio->ucGpioEntryNum; in radeon_atom_get_voltage_table() [all …]
|
D | ni_dpm.c | 1258 struct atom_voltage_table *voltage_table, in ni_populate_smc_voltage_table() argument 1263 for (i = 0; i < voltage_table->count; i++) { in ni_populate_smc_voltage_table() 1265 table->lowSMIO[i] |= cpu_to_be32(voltage_table->entries[i].smio_low); in ni_populate_smc_voltage_table()
|
D | radeon.h | 326 struct atom_voltage_table *voltage_table);
|