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

/fuchsia/zircon/system/dev/thermal/aml-thermal-s905d2g/
H A Daml-thermal.cpp27 uint32_t new_voltage = opp_info_.opps[opp_idx].volt_mv; local
32 new_frequency / 1000000, new_voltage / 1000);
42 status = voltage_regulator_->SetVoltage(new_voltage);
64 status = voltage_regulator_->SetVoltage(new_voltage);
/fuchsia/zircon/system/dev/block/sdmmc/
H A Dmmc.c279 sdmmc_voltage_t new_voltage = SDMMC_VOLTAGE_180; local
280 if ((st = sdmmc_set_signal_voltage(&dev->host, new_voltage)) != ZX_OK) {
284 dev->signal_voltage = new_voltage;

Completed in 38 milliseconds