Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-tegra/
H A Dclock.h314 int get_periph_clock_info(enum periph_id periph_id, int *mux_bits,
/OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/tegra20/
H A Dclock.c416 int get_periph_clock_info(enum periph_id periph_id, int *mux_bits, in get_periph_clock_info() function
485 err = get_periph_clock_info(periph_id, mux_bits, divider_bits, &type); in get_periph_clock_source()
/OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/tegra114/
H A Dclock.c499 int get_periph_clock_info(enum periph_id periph_id, int *mux_bits, in get_periph_clock_info() function
562 err = get_periph_clock_info(periph_id, mux_bits, divider_bits, &type); in get_periph_clock_source()
/OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/tegra30/
H A Dclock.c479 int get_periph_clock_info(enum periph_id periph_id, int *mux_bits, in get_periph_clock_info() function
542 err = get_periph_clock_info(periph_id, mux_bits, divider_bits, &type); in get_periph_clock_source()
/OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/tegra124/
H A Dclock.c645 int get_periph_clock_info(enum periph_id periph_id, int *mux_bits, in get_periph_clock_info() function
708 err = get_periph_clock_info(periph_id, mux_bits, divider_bits, &type); in get_periph_clock_source()
/OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/tegra210/
H A Dclock.c735 int get_periph_clock_info(enum periph_id periph_id, int *mux_bits, in get_periph_clock_info() function
798 err = get_periph_clock_info(periph_id, mux_bits, divider_bits, &type); in get_periph_clock_source()
/OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/
H A Dclock.c431 err = get_periph_clock_info(periph_id, &mux_bits, &divider_bits, &type); in clock_get_periph_parent()