Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-exynos/include/mach/
Dclk.h60 unsigned long clock_get_periph_rate(int peripheral);
/external/u-boot/drivers/clk/tegra/
Dtegra-car-clk.c47 return clock_get_periph_rate(clk->id, parent); in tegra_car_clk_get_rate()
/external/u-boot/arch/arm/mach-exynos/
Dclock.c557 unsigned long clock_get_periph_rate(int peripheral) in clock_get_periph_rate() function
1606 return clock_get_periph_rate(PERIPH_ID_I2C0); in get_i2c_clk()
1616 return clock_get_periph_rate(PERIPH_ID_PWM0); in get_pwm_clk()
1649 return clock_get_periph_rate(id); in get_uart_clk()
1684 return clock_get_periph_rate(id); in get_mmc_clk()
/external/u-boot/arch/arm/mach-tegra/tegra20/
Demc.c266 clock_get_periph_rate(PERIPH_ID_EMC, CLOCK_ID_MEMORY)); in tegra_set_emc()
/external/u-boot/arch/arm/include/asm/arch-tegra/
Dclock.h220 unsigned long clock_get_periph_rate(enum periph_id periph_id,
/external/u-boot/arch/arm/mach-tegra/
Dclock.c309 unsigned long clock_get_periph_rate(enum periph_id periph_id, in clock_get_periph_rate() function
464 effective_rate = clock_get_periph_rate(periph_id, parent); in clock_adjust_periph_pll_div()
/external/u-boot/drivers/video/
Dtegra.c133 rate = clock_get_periph_rate(PERIPH_ID_DISP1, CLOCK_ID_CGENERAL); in update_display_mode()
/external/u-boot/drivers/mtd/nand/
Dtegra_nand.c858 clk_rate = (u32)clock_get_periph_rate(PERIPH_ID_NDFLASH, in setup_timing()