current_vddc     1635 drivers/gpu/drm/radeon/evergreen.c 		if (voltage->voltage && (voltage->voltage != rdev->pm.current_vddc)) {
current_vddc     1637 drivers/gpu/drm/radeon/evergreen.c 			rdev->pm.current_vddc = voltage->voltage;
current_vddc      787 drivers/gpu/drm/radeon/r600.c 		if (voltage->voltage != rdev->pm.current_vddc) {
current_vddc      789 drivers/gpu/drm/radeon/r600.c 			rdev->pm.current_vddc = voltage->voltage;
current_vddc     1618 drivers/gpu/drm/radeon/radeon.h 	u16                     current_vddc;
current_vddc     2821 drivers/gpu/drm/radeon/radeon_atombios.c 		rdev->pm.current_vddc =
current_vddc     2824 drivers/gpu/drm/radeon/radeon_atombios.c 		rdev->pm.current_vddc = 0;
current_vddc     1246 drivers/gpu/drm/radeon/radeon_pm.c 		rdev->pm.current_vddc = rdev->pm.power_state[rdev->pm.default_power_state_index].clock_info[0].voltage.voltage;
current_vddc     1891 drivers/gpu/drm/radeon/radeon_pm.c 		if (rdev->pm.current_vddc)
current_vddc     1892 drivers/gpu/drm/radeon/radeon_pm.c 			seq_printf(m, "voltage: %u mV\n", rdev->pm.current_vddc);
current_vddc      886 drivers/gpu/drm/radeon/rv770.c 		if (voltage->voltage != rdev->pm.current_vddc) {
current_vddc      888 drivers/gpu/drm/radeon/rv770.c 			rdev->pm.current_vddc = voltage->voltage;
current_vddc     1048 drivers/gpu/drm/radeon/sumo_dpm.c 	u32 current_vddc;
current_vddc     1053 drivers/gpu/drm/radeon/sumo_dpm.c 		current_vddc = current_ps->levels[current_index].vddc_index;
current_vddc     1056 drivers/gpu/drm/radeon/sumo_dpm.c 		current_vddc = pi->boot_pl.vddc_index;
current_vddc     1060 drivers/gpu/drm/radeon/sumo_dpm.c 	ps->levels[0].vddc_index = current_vddc;
current_vddc     1405 drivers/gpu/drm/radeon/trinity_dpm.c 	u32 current_vddc;
current_vddc     1410 drivers/gpu/drm/radeon/trinity_dpm.c 		current_vddc = current_ps->levels[current_index].vddc_index;
current_vddc     1413 drivers/gpu/drm/radeon/trinity_dpm.c 		current_vddc = pi->boot_pl.vddc_index;
current_vddc     1417 drivers/gpu/drm/radeon/trinity_dpm.c 	ps->levels[0].vddc_index = current_vddc;