Home
last modified time | relevance | path

Searched refs:vcores_data (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 =
25 (struct vcores_data const **) OMAP_SRAM_SCRATCH_VCORES_PTR;
265 struct vcores_data omap4430_volts_es1 = {
279 struct vcores_data omap4430_volts = {
293 struct vcores_data omap4460_volts = {
311 struct vcores_data omap4470_volts = {
/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/omap5/
H A Dhw_data.c26 struct vcores_data const **omap_vcores =
27 (struct vcores_data const **) OMAP_SRAM_SCRATCH_VCORES_PTR;
304 struct vcores_data omap5430_volts = {
318 struct vcores_data omap5430_volts_es2 = {
H A Dhwinit.c461 struct vcores_data const *vcores = *omap_vcores; in vmmc_pbias_config()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Domap_common.h582 struct vcores_data { struct
599 extern struct vcores_data const **omap_vcores; argument
642 void scale_vcores(struct vcores_data const *);
/OK3568_Linux_fs/u-boot/board/ti/dra7xx/
H A Devm.c311 struct vcores_data dra752_volts = {
359 struct vcores_data dra722_volts = {
411 struct vcores_data dra718_volts = {
/OK3568_Linux_fs/u-boot/board/ti/am57xx/
H A Dboard.c252 struct vcores_data beagle_x15_volts = {
300 struct vcores_data am572x_idk_volts = {
348 struct vcores_data am571x_idk_volts = {
/OK3568_Linux_fs/u-boot/board/compulab/cl-som-am57x/
H A Dspl.c163 static struct vcores_data cl_som_am57x_volts = {
/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/
H A Dclocks-common.c540 void scale_vcores(struct vcores_data const *vcores) in scale_vcores()
546 for (i=0; i<(sizeof(struct vcores_data)/sizeof(struct volts)); i++) { in scale_vcores()