Home
last modified time | relevance | path

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

/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.c3654 u8 voltage_type, u16 *voltage_step) in radeon_atom_get_voltage_step() argument
3675 *voltage_step = in radeon_atom_get_voltage_step()
3678 *voltage_step = in radeon_atom_get_voltage_step()
3699 u16 min_voltage, max_voltage, voltage_step; in radeon_atom_round_to_true_voltage() local
3705 if (radeon_atom_get_voltage_step(rdev, voltage_type, &voltage_step)) in radeon_atom_round_to_true_voltage()
3714 ((nominal_voltage - min_voltage) / voltage_step) * in radeon_atom_round_to_true_voltage()
3715 voltage_step; in radeon_atom_round_to_true_voltage()
H A Dradeon.h309 u8 voltage_type, u16 *voltage_step);