Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-tegra/
H A Dclock.h313 int get_periph_clock_info(enum periph_id periph_id, int *mux_bits,
/openbmc/u-boot/arch/arm/mach-tegra/tegra20/
H A 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()
/openbmc/u-boot/arch/arm/mach-tegra/tegra114/
H A 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()
/openbmc/u-boot/arch/arm/mach-tegra/tegra30/
H A 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()
/openbmc/u-boot/arch/arm/mach-tegra/tegra124/
H A 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()
/openbmc/u-boot/arch/arm/mach-tegra/tegra210/
H A 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()
/openbmc/u-boot/arch/arm/mach-tegra/
H A Dclock.c430 err = get_periph_clock_info(periph_id, &mux_bits, &divider_bits, &type); in clock_get_periph_parent()