Home
last modified time | relevance | path

Searched refs:get_periph_clock_info (Results 1 – 7 of 7) sorted by relevance

/external/u-boot/arch/arm/include/asm/arch-tegra/
Dclock.h313 int get_periph_clock_info(enum periph_id periph_id, int *mux_bits,
/external/u-boot/arch/arm/mach-tegra/tegra20/
Dclock.c415 int get_periph_clock_info(enum periph_id periph_id, int *mux_bits, in get_periph_clock_info() function
484 err = get_periph_clock_info(periph_id, mux_bits, divider_bits, &type); in get_periph_clock_source()
/external/u-boot/arch/arm/mach-tegra/tegra114/
Dclock.c498 int get_periph_clock_info(enum periph_id periph_id, int *mux_bits, in get_periph_clock_info() function
561 err = get_periph_clock_info(periph_id, mux_bits, divider_bits, &type); in get_periph_clock_source()
/external/u-boot/arch/arm/mach-tegra/tegra30/
Dclock.c478 int get_periph_clock_info(enum periph_id periph_id, int *mux_bits, in get_periph_clock_info() function
541 err = get_periph_clock_info(periph_id, mux_bits, divider_bits, &type); in get_periph_clock_source()
/external/u-boot/arch/arm/mach-tegra/tegra124/
Dclock.c644 int get_periph_clock_info(enum periph_id periph_id, int *mux_bits, in get_periph_clock_info() function
707 err = get_periph_clock_info(periph_id, mux_bits, divider_bits, &type); in get_periph_clock_source()
/external/u-boot/arch/arm/mach-tegra/tegra210/
Dclock.c734 int get_periph_clock_info(enum periph_id periph_id, int *mux_bits, in get_periph_clock_info() function
797 err = get_periph_clock_info(periph_id, mux_bits, divider_bits, &type); in get_periph_clock_source()
/external/u-boot/arch/arm/mach-tegra/
Dclock.c430 err = get_periph_clock_info(periph_id, &mux_bits, &divider_bits, &type); in clock_get_periph_parent()