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 D | clock.h | 314 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 D | clock.c | 416 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 D | clock.c | 499 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 D | clock.c | 479 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 D | clock.c | 645 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 D | clock.c | 735 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 D | clock.c | 431 err = get_periph_clock_info(periph_id, &mux_bits, ÷r_bits, &type); in clock_get_periph_parent()
|