HomeSort by: relevance | last modified time | path
    Searched defs:current_voltage (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/i2c/
tps65217pmic.c 148 uint16_t current_voltage; /* in mV */ member in struct:tps_reg_param
685 regulator->current_voltage = voltage;
706 c_reg->current_voltage);
869 edata->value_cur = tps_regulators[edata->sensor].current_voltage * 1000;
929 regulator->current_voltage = regulator->voltages[i];
1037 *puvol = (u_int)regulator->current_voltage * 1000;
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_rv6xx_dpm.c 1281 u16 current_voltage; local in function:rv6xx_step_sw_voltage
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 14 milliseconds