Searched refs:volts (Results 1 - 3 of 3) sorted by relevance

/u-boot/drivers/power/regulator/
H A Dnpcm8xx_regulator.c22 const u32 *volts; member in struct:volt_supply
72 if (uV == supp->volts[VOLT_LEV0])
74 else if (uV == supp->volts[VOLT_LEV1])
105 val ? supp->volts[VOLT_LEV1] : supp->volts[VOLT_LEV0]);
107 return val ? supp->volts[VOLT_LEV1] : supp->volts[VOLT_LEV0];
/u-boot/arch/arm/include/asm/
H A Domap_common.h569 struct volts { struct
589 struct volts mpu;
590 struct volts core;
591 struct volts mm;
592 struct volts gpu;
593 struct volts eve;
594 struct volts iva;
/u-boot/arch/arm/mach-omap2/
H A Dclocks-common.c490 static u32 optimize_vcore_voltage(struct volts const *v, int opp)
545 struct volts *pv = (struct volts *)vcores;
546 struct volts *px;
548 for (i=0; i<(sizeof(struct vcores_data)/sizeof(struct volts)); i++) {
555 px = (struct volts *)vcores;

Completed in 101 milliseconds