Home
last modified time | relevance | path

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

/drivers/gpu/drm/radeon/
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()
Dradeon_atombios.c3643 u8 voltage_type, u16 *voltage_step) in radeon_atom_get_voltage_step() argument
3664 *voltage_step = in radeon_atom_get_voltage_step()
3667 *voltage_step = in radeon_atom_get_voltage_step()
3688 u16 min_voltage, max_voltage, voltage_step; in radeon_atom_round_to_true_voltage() local
3694 if (radeon_atom_get_voltage_step(rdev, voltage_type, &voltage_step)) in radeon_atom_round_to_true_voltage()
3703 ((nominal_voltage - min_voltage) / voltage_step) * in radeon_atom_round_to_true_voltage()
3704 voltage_step; in radeon_atom_round_to_true_voltage()
Dradeon.h304 u8 voltage_type, u16 *voltage_step);