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

  /external/u-boot/arch/arm/mach-omap2/omap5/
fdt.c 257 clk_rates = dra7_opp_dsp_clk_rates[get_voltrail_opp(VOLT_EVE)];
267 clk_rates = dra7_opp_iva_clk_rates[get_voltrail_opp(VOLT_IVA)];
277 clk_rates = dra7_opp_gpu_clk_rates[get_voltrail_opp(VOLT_GPU)];
  /external/u-boot/arch/arm/mach-omap2/
clocks-common.c 479 int __weak get_voltrail_opp(int rail_offset) function
546 opp = get_voltrail_opp(i);
562 ol = get_voltrail_opp(j);
581 opp = get_voltrail_opp(VOLT_CORE);
595 opp = get_voltrail_opp(VOLT_MPU);
608 opp = get_voltrail_opp(VOLT_MM);
621 opp = get_voltrail_opp(VOLT_GPU);
634 opp = get_voltrail_opp(VOLT_EVE);
647 opp = get_voltrail_opp(VOLT_IVA);
  /external/u-boot/arch/arm/include/asm/
omap_common.h 646 int get_voltrail_opp(int rail_offset);
  /external/u-boot/board/ti/am57xx/
board.c 466 int get_voltrail_opp(int rail_offset) function
  /external/u-boot/board/ti/dra7xx/
evm.c 570 int get_voltrail_opp(int rail_offset) function
    [all...]

Completed in 429 milliseconds