Home
last modified time | relevance | path

Searched refs:get_voltrail_opp (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/arch/arm/mach-omap2/
H A Dclocks-common.c479 int __weak get_voltrail_opp(int rail_offset) in get_voltrail_opp() function
546 opp = get_voltrail_opp(i); in scale_vcores()
562 ol = get_voltrail_opp(j); in scale_vcores()
581 opp = get_voltrail_opp(VOLT_CORE); in scale_vcores()
595 opp = get_voltrail_opp(VOLT_MPU); in scale_vcores()
608 opp = get_voltrail_opp(VOLT_MM); in scale_vcores()
621 opp = get_voltrail_opp(VOLT_GPU); in scale_vcores()
634 opp = get_voltrail_opp(VOLT_EVE); in scale_vcores()
647 opp = get_voltrail_opp(VOLT_IVA); in scale_vcores()
/openbmc/u-boot/arch/arm/mach-omap2/omap5/
H A Dfdt.c257 clk_rates = dra7_opp_dsp_clk_rates[get_voltrail_opp(VOLT_EVE)]; in ft_opp_clock_fixups()
267 clk_rates = dra7_opp_iva_clk_rates[get_voltrail_opp(VOLT_IVA)]; in ft_opp_clock_fixups()
277 clk_rates = dra7_opp_gpu_clk_rates[get_voltrail_opp(VOLT_GPU)]; in ft_opp_clock_fixups()
/openbmc/u-boot/arch/arm/include/asm/
H A Domap_common.h646 int get_voltrail_opp(int rail_offset);
/openbmc/u-boot/board/ti/am57xx/
H A Dboard.c466 int get_voltrail_opp(int rail_offset) in get_voltrail_opp() function
/openbmc/u-boot/board/ti/dra7xx/
H A Devm.c570 int get_voltrail_opp(int rail_offset) in get_voltrail_opp() function