Searched refs:voltage_table (Results 1 – 3 of 3) sorted by relevance
/external/trusty/arm-trusted-firmware/drivers/st/pmic/ |
D | stpmic1.c | 17 const uint16_t *voltage_table; member 442 .voltage_table = buck1_voltage_table, 456 .voltage_table = buck2_voltage_table, 470 .voltage_table = buck3_voltage_table, 484 .voltage_table = buck4_voltage_table, 498 .voltage_table = ldo1_voltage_table, 510 .voltage_table = ldo2_voltage_table, 522 .voltage_table = ldo3_voltage_table, 534 .voltage_table = ldo4_voltage_table, 546 .voltage_table = ldo5_voltage_table, [all …]
|
/external/arm-trusted-firmware/drivers/st/pmic/ |
D | stpmic1.c | 17 const uint16_t *voltage_table; member 428 .voltage_table = buck1_voltage_table, 440 .voltage_table = buck2_voltage_table, 452 .voltage_table = buck3_voltage_table, 464 .voltage_table = buck4_voltage_table, 476 .voltage_table = ldo1_voltage_table, 486 .voltage_table = ldo2_voltage_table, 496 .voltage_table = ldo3_voltage_table, 506 .voltage_table = ldo4_voltage_table, 516 .voltage_table = ldo5_voltage_table, [all …]
|
/external/coreboot/src/commonlib/storage/ |
D | sdhci_display.c | 71 const char *voltage_table[8] = { in sdhci_display_voltage() local 84 voltage = voltage_table[(pwr_ctrl & SDHCI_POWER_330) in sdhci_display_voltage()
|