Home
last modified time | relevance | path

Searched refs:volts (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/include/asm/
H A Domap_common.h563 struct volts { struct
583 struct volts mpu; argument
584 struct volts core;
585 struct volts mm;
586 struct volts gpu;
587 struct volts eve;
588 struct volts iva;
/rk3399_rockchip-uboot/arch/arm/mach-omap2/
H A Dclocks-common.c488 static u32 optimize_vcore_voltage(struct volts const *v, int opp) in optimize_vcore_voltage()
543 struct volts *pv = (struct volts *)vcores; in scale_vcores()
544 struct volts *px; in scale_vcores()
546 for (i=0; i<(sizeof(struct vcores_data)/sizeof(struct volts)); i++) { in scale_vcores()
553 px = (struct volts *)vcores; in scale_vcores()