Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Drv6xx_dpm.c1279 u16 voltage_step; in rv6xx_step_sw_voltage() local
1283 &voltage_step)) || in rv6xx_step_sw_voltage()
1291 signed_voltage_step = -(int)voltage_step; in rv6xx_step_sw_voltage()
1293 signed_voltage_step = voltage_step; in rv6xx_step_sw_voltage()
H A Dradeon_atombios.c3635 u8 voltage_type, u16 *voltage_step) in radeon_atom_get_voltage_step() argument
3656 *voltage_step = in radeon_atom_get_voltage_step()
3659 *voltage_step = in radeon_atom_get_voltage_step()
3680 u16 min_voltage, max_voltage, voltage_step; in radeon_atom_round_to_true_voltage() local
3686 if (radeon_atom_get_voltage_step(rdev, voltage_type, &voltage_step)) in radeon_atom_round_to_true_voltage()
3695 ((nominal_voltage - min_voltage) / voltage_step) * in radeon_atom_round_to_true_voltage()
3696 voltage_step; in radeon_atom_round_to_true_voltage()
H A Dradeon.h313 u8 voltage_type, u16 *voltage_step);