Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/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.c3666 u8 voltage_type, u16 *voltage_step) in radeon_atom_get_voltage_step() argument
3687 *voltage_step = in radeon_atom_get_voltage_step()
3690 *voltage_step = in radeon_atom_get_voltage_step()
3711 u16 min_voltage, max_voltage, voltage_step; in radeon_atom_round_to_true_voltage() local
3717 if (radeon_atom_get_voltage_step(rdev, voltage_type, &voltage_step)) in radeon_atom_round_to_true_voltage()
3726 ((nominal_voltage - min_voltage) / voltage_step) * in radeon_atom_round_to_true_voltage()
3727 voltage_step; in radeon_atom_round_to_true_voltage()
H A Dradeon.h320 u8 voltage_type, u16 *voltage_step);