HomeSort by relevance Sort by last modified time
    Searched refs:omap_vcores (Results 1 - 7 of 7) sorted by null

  /external/u-boot/arch/arm/mach-omap2/omap4/
hw_data.c 23 struct vcores_data const **omap_vcores = variable
430 *omap_vcores = &omap4430_volts_es1;
435 *omap_vcores = &omap4430_volts;
442 *omap_vcores = &omap4430_volts;
448 *omap_vcores = &omap4460_volts;
453 *omap_vcores = &omap4470_volts;
  /external/u-boot/arch/arm/mach-omap2/omap5/
hw_data.c 25 struct vcores_data const **omap_vcores = variable
736 *omap_vcores = &omap5430_volts;
744 *omap_vcores = &omap5430_volts_es2;
  /external/u-boot/board/ti/dra7xx/
evm.c 739 *omap_vcores = &dra752_volts;
741 *omap_vcores = &dra722_volts;
743 *omap_vcores = &dra718_volts;
745 *omap_vcores = &dra76x_volts;
749 *omap_vcores = &dra722_volts;
751 *omap_vcores = &dra752_volts;
    [all...]
  /external/u-boot/board/compulab/cl-som-am57x/
spl.c 210 *omap_vcores = &cl_som_am57x_volts;
  /external/u-boot/board/ti/am57xx/
board.c 580 *omap_vcores = &am572x_idk_volts;
582 *omap_vcores = &am571x_idk_volts;
584 *omap_vcores = &beagle_x15_volts;
  /external/u-boot/arch/arm/include/asm/
omap_common.h 600 extern struct vcores_data const **omap_vcores;
  /external/u-boot/arch/arm/mach-omap2/
clocks-common.c 900 scale_vcores(*omap_vcores);

Completed in 284 milliseconds