Home
last modified time | relevance | path

Searched refs:voltage_step (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/radeon/
H A Drv6xx_dpm.c1278 u16 voltage_step; in rv6xx_step_sw_voltage() local
1282 &voltage_step)) || in rv6xx_step_sw_voltage()
1290 signed_voltage_step = -(int)voltage_step; in rv6xx_step_sw_voltage()
1292 signed_voltage_step = voltage_step; in rv6xx_step_sw_voltage()
H A Dradeon_atombios.c3658 u8 voltage_type, u16 *voltage_step) in radeon_atom_get_voltage_step() argument
3679 *voltage_step = in radeon_atom_get_voltage_step()
3682 *voltage_step = in radeon_atom_get_voltage_step()
3703 u16 min_voltage, max_voltage, voltage_step; in radeon_atom_round_to_true_voltage() local
3709 if (radeon_atom_get_voltage_step(rdev, voltage_type, &voltage_step)) in radeon_atom_round_to_true_voltage()
3718 ((nominal_voltage - min_voltage) / voltage_step) * in radeon_atom_round_to_true_voltage()
3719 voltage_step; in radeon_atom_round_to_true_voltage()
H A Dradeon.h309 u8 voltage_type, u16 *voltage_step);