Home
last modified time | relevance | path

Searched refs:omap_vcores (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/omap4/
H A Dhw_data.c24 struct vcores_data const **omap_vcores = variable
431 *omap_vcores = &omap4430_volts_es1; in hw_data_init()
436 *omap_vcores = &omap4430_volts; in hw_data_init()
443 *omap_vcores = &omap4430_volts; in hw_data_init()
449 *omap_vcores = &omap4460_volts; in hw_data_init()
454 *omap_vcores = &omap4470_volts; in hw_data_init()
/OK3568_Linux_fs/u-boot/board/ti/dra7xx/
H A Devm.c615 *omap_vcores = &dra752_volts; in vcores_init()
617 *omap_vcores = &dra722_volts; in vcores_init()
619 *omap_vcores = &dra718_volts; in vcores_init()
623 *omap_vcores = &dra722_volts; in vcores_init()
625 *omap_vcores = &dra752_volts; in vcores_init()
/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/omap5/
H A Dhw_data.c26 struct vcores_data const **omap_vcores = variable
700 *omap_vcores = &omap5430_volts; in hw_data_init()
708 *omap_vcores = &omap5430_volts_es2; in hw_data_init()
H A Dhwinit.c461 struct vcores_data const *vcores = *omap_vcores; in vmmc_pbias_config()
/OK3568_Linux_fs/u-boot/board/ti/am57xx/
H A Dboard.c506 *omap_vcores = &am572x_idk_volts; in vcores_init()
508 *omap_vcores = &am571x_idk_volts; in vcores_init()
510 *omap_vcores = &beagle_x15_volts; in vcores_init()
/OK3568_Linux_fs/u-boot/board/compulab/cl-som-am57x/
H A Dspl.c211 *omap_vcores = &cl_som_am57x_volts; in hw_data_init()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Domap_common.h599 extern struct vcores_data const **omap_vcores;
/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/
H A Dclocks-common.c901 scale_vcores(*omap_vcores); in prcm_init()