Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/cpu/arm926ejs/lpc32xx/
H A Dclk.c92 unsigned int get_periph_clk_rate(void) in get_periph_clk_rate() function
136 return get_periph_clk_rate(); in get_serial_clock()
H A Dcpu.c65 printf("Peripheral clock: %uMHz\n", get_periph_clk_rate() / 1000000); in print_cpuinfo()
H A Dtimer.c35 writel((get_periph_clk_rate() / freq) - 1, &timer->pr); in lpc32xx_timer_reset()
/openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/
H A Dclk.h183 unsigned int get_periph_clk_rate(void);
/openbmc/u-boot/drivers/i2c/
H A Dlpc32xx_i2c.c63 half_period = (get_periph_clk_rate() / speed) / 2; in __i2c_set_bus_speed()