Searched refs:get_periph_clock_info (Results 1 – 7 of 7) sorted by relevance
/u-boot/arch/arm/include/asm/arch-tegra/ |
A D | clock.h | 315 int get_periph_clock_info(enum periph_id periph_id, int *mux_bits,
|
/u-boot/arch/arm/mach-tegra/tegra20/ |
A D | clock.c | 418 int get_periph_clock_info(enum periph_id periph_id, int *mux_bits, in get_periph_clock_info() function 487 err = get_periph_clock_info(periph_id, mux_bits, divider_bits, &type); in get_periph_clock_source()
|
/u-boot/arch/arm/mach-tegra/tegra114/ |
A D | clock.c | 501 int get_periph_clock_info(enum periph_id periph_id, int *mux_bits, in get_periph_clock_info() function 564 err = get_periph_clock_info(periph_id, mux_bits, divider_bits, &type); in get_periph_clock_source()
|
/u-boot/arch/arm/mach-tegra/tegra30/ |
A D | clock.c | 481 int get_periph_clock_info(enum periph_id periph_id, int *mux_bits, in get_periph_clock_info() function 544 err = get_periph_clock_info(periph_id, mux_bits, divider_bits, &type); in get_periph_clock_source()
|
/u-boot/arch/arm/mach-tegra/tegra124/ |
A D | clock.c | 647 int get_periph_clock_info(enum periph_id periph_id, int *mux_bits, in get_periph_clock_info() function 710 err = get_periph_clock_info(periph_id, mux_bits, divider_bits, &type); in get_periph_clock_source()
|
/u-boot/arch/arm/mach-tegra/tegra210/ |
A D | clock.c | 739 int get_periph_clock_info(enum periph_id periph_id, int *mux_bits, in get_periph_clock_info() function 802 err = get_periph_clock_info(periph_id, mux_bits, divider_bits, &type); in get_periph_clock_source()
|
/u-boot/arch/arm/mach-tegra/ |
A D | clock.c | 433 err = get_periph_clock_info(periph_id, &mux_bits, ÷r_bits, &type); in clock_get_periph_parent()
|
Completed in 15 milliseconds