Searched refs:vcores_data (Results 1 - 6 of 6) sorted by relevance

/u-boot/arch/arm/mach-omap2/omap4/
H A Dhw_data.c23 struct vcores_data const **omap_vcores =
24 (struct vcores_data const **) OMAP_SRAM_SCRATCH_VCORES_PTR;
264 struct vcores_data omap4430_volts_es1 = {
278 struct vcores_data omap4430_volts = {
292 struct vcores_data omap4460_volts = {
310 struct vcores_data omap4470_volts = {
/u-boot/arch/arm/mach-omap2/omap5/
H A Dhw_data.c25 struct vcores_data const **omap_vcores =
26 (struct vcores_data const **) OMAP_SRAM_SCRATCH_VCORES_PTR;
340 struct vcores_data omap5430_volts = {
354 struct vcores_data omap5430_volts_es2 = {
/u-boot/board/ti/dra7xx/
H A Devm.c380 struct vcores_data dra752_volts = {
428 struct vcores_data dra76x_volts = {
476 struct vcores_data dra722_volts = {
528 struct vcores_data dra718_volts = {
/u-boot/arch/arm/include/asm/
H A Domap_common.h588 struct vcores_data { struct
607 extern struct vcores_data const **omap_vcores;
657 void scale_vcores(struct vcores_data const *);
/u-boot/board/ti/am57xx/
H A Dboard.c347 struct vcores_data beagle_x15_volts = {
395 struct vcores_data am572x_idk_volts = {
443 struct vcores_data am571x_idk_volts = {
/u-boot/arch/arm/mach-omap2/
H A Dclocks-common.c533 * vcores_data struct, and then scale (usually down) to the fused values that
538 * values back to the vcores_data struct for eventual reuse. Zero values mean
542 void scale_vcores(struct vcores_data const *vcores)
548 for (i=0; i<(sizeof(struct vcores_data)/sizeof(struct volts)); i++) {

Completed in 121 milliseconds