Searched refs:CLOCK_ID_DISPLAY (Results 1 – 9 of 9) sorted by relevance
/u-boot/arch/arm/include/asm/arch-tegra20/ |
A D | clock-tables.h | 20 CLOCK_ID_DISPLAY, enumerator
|
/u-boot/arch/arm/mach-tegra/tegra114/ |
A D | clock.c | 678 clock_set_rate(CLOCK_ID_DISPLAY, 925, 12, 0, 12); in clock_early_init() 683 clock_set_rate(CLOCK_ID_DISPLAY, 925, 26, 0, 12); in clock_early_init() 688 clock_set_rate(CLOCK_ID_DISPLAY, 925, 13, 0, 12); in clock_early_init() 709 pllinfo = &tegra_pll_info_table[CLOCK_ID_DISPLAY]; in clock_early_init() 712 writel(data, &clkrst->crc_pll[CLOCK_ID_DISPLAY].pll_misc); in clock_early_init()
|
/u-boot/arch/arm/mach-tegra/tegra124/ |
A D | clock.c | 858 clock_set_rate(CLOCK_ID_DISPLAY, 925, 12, 0, 12); in clock_early_init() 863 clock_set_rate(CLOCK_ID_DISPLAY, 925, 26, 0, 12); in clock_early_init() 868 clock_set_rate(CLOCK_ID_DISPLAY, 925, 13, 0, 12); in clock_early_init() 889 pllinfo = &tegra_pll_info_table[CLOCK_ID_DISPLAY]; in clock_early_init() 892 writel(data, &clkrst->crc_pll[CLOCK_ID_DISPLAY].pll_misc); in clock_early_init() 1132 source = get_periph_clock_source(PERIPH_ID_DISP1, CLOCK_ID_DISPLAY, in clock_set_display_rate() 1135 clock_set_rate(CLOCK_ID_DISPLAY, best_n, best_m, best_p, cpcon); in clock_set_display_rate()
|
/u-boot/arch/arm/mach-tegra/tegra210/ |
A D | clock.c | 978 struct clk_pll_info *pllinfo = &tegra_pll_info_table[CLOCK_ID_DISPLAY]; in clock_early_init() 990 clock_set_rate(CLOCK_ID_DISPLAY, 925, 12, 0, 12); in clock_early_init() 995 clock_set_rate(CLOCK_ID_DISPLAY, 925, 26, 0, 12); in clock_early_init() 1000 clock_set_rate(CLOCK_ID_DISPLAY, 925, 13, 0, 12); in clock_early_init() 1004 clock_set_rate(CLOCK_ID_DISPLAY, 96, 2, 0, 12); in clock_early_init() 1008 clock_set_rate(CLOCK_ID_DISPLAY, 96, 4, 0, 0); in clock_early_init() 1034 writel(data, &clkrst->crc_pll[CLOCK_ID_DISPLAY].pll_misc); in clock_early_init()
|
/u-boot/arch/arm/include/asm/arch-tegra114/ |
A D | clock-tables.h | 19 CLOCK_ID_DISPLAY, enumerator
|
/u-boot/arch/arm/include/asm/arch-tegra30/ |
A D | clock-tables.h | 19 CLOCK_ID_DISPLAY, enumerator
|
/u-boot/arch/arm/mach-tegra/ |
A D | clock.c | 697 pll_rate[CLOCK_ID_DISPLAY] = clock_get_rate(CLOCK_ID_DISPLAY); in clock_init() 709 debug("PLLD = %d\n", pll_rate[CLOCK_ID_DISPLAY]); in clock_init()
|
/u-boot/arch/arm/include/asm/arch-tegra124/ |
A D | clock-tables.h | 20 CLOCK_ID_DISPLAY, enumerator
|
/u-boot/arch/arm/include/asm/arch-tegra210/ |
A D | clock-tables.h | 20 CLOCK_ID_DISPLAY, enumerator
|
Completed in 19 milliseconds