Searched refs:current_voltage (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/i2c/
H A Dtps65217pmic.c148 uint16_t current_voltage; /* in mV */ member in struct:tps_reg_param
680 regulator->current_voltage = voltage;
701 c_reg->current_voltage);
864 edata->value_cur = tps_regulators[edata->sensor].current_voltage * 1000;
924 regulator->current_voltage = regulator->voltages[i];
1032 *puvol = (u_int)regulator->current_voltage * 1000;
/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_rv6xx_dpm.c1281 u16 current_voltage; local
1289 initial_voltage, &current_voltage)) ||
1294 if (true_target_voltage < current_voltage)
1299 while (current_voltage != true_target_voltage) {
1300 current_voltage += signed_voltage_step;
1302 current_voltage);

Completed in 97 milliseconds