| /arch/arm/mach-tegra/tegra20/ |
| A D | clock.c | 598 return CLOCK_ID_PERIPH; in clk_id_to_pll_id() 810 { PERIPH_ID_SPI1, CLOCK_ID_PERIPH }, 811 { PERIPH_ID_SBC1, CLOCK_ID_PERIPH }, 812 { PERIPH_ID_SBC2, CLOCK_ID_PERIPH }, 813 { PERIPH_ID_SBC3, CLOCK_ID_PERIPH }, 814 { PERIPH_ID_SBC4, CLOCK_ID_PERIPH }, 816 { PERIPH_ID_DISP1, CLOCK_ID_PERIPH }, 822 { PERIPH_ID_PWM, CLOCK_ID_PERIPH }, 824 { PERIPH_ID_I2C1, CLOCK_ID_PERIPH }, 825 { PERIPH_ID_I2C2, CLOCK_ID_PERIPH }, [all …]
|
| /arch/arm/mach-tegra/tegra114/ |
| A D | clock.c | 666 return CLOCK_ID_PERIPH; in clk_id_to_pll_id() 792 { PERIPH_ID_SBC1, CLOCK_ID_PERIPH }, 793 { PERIPH_ID_SBC2, CLOCK_ID_PERIPH }, 794 { PERIPH_ID_SBC3, CLOCK_ID_PERIPH }, 795 { PERIPH_ID_SBC4, CLOCK_ID_PERIPH }, 796 { PERIPH_ID_SBC5, CLOCK_ID_PERIPH }, 797 { PERIPH_ID_SBC6, CLOCK_ID_PERIPH }, 804 { PERIPH_ID_PWM, CLOCK_ID_PERIPH }, 805 { PERIPH_ID_I2C1, CLOCK_ID_PERIPH }, 806 { PERIPH_ID_I2C2, CLOCK_ID_PERIPH }, [all …]
|
| /arch/arm/mach-tegra/tegra30/ |
| A D | clock.c | 650 return CLOCK_ID_PERIPH; in clk_id_to_pll_id() 896 { PERIPH_ID_SBC1, CLOCK_ID_PERIPH }, 897 { PERIPH_ID_SBC2, CLOCK_ID_PERIPH }, 898 { PERIPH_ID_SBC3, CLOCK_ID_PERIPH }, 899 { PERIPH_ID_SBC4, CLOCK_ID_PERIPH }, 900 { PERIPH_ID_SBC5, CLOCK_ID_PERIPH }, 901 { PERIPH_ID_SBC6, CLOCK_ID_PERIPH }, 909 { PERIPH_ID_PWM, CLOCK_ID_PERIPH }, 911 { PERIPH_ID_I2C1, CLOCK_ID_PERIPH }, 912 { PERIPH_ID_I2C2, CLOCK_ID_PERIPH }, [all …]
|
| /arch/arm/mach-tegra/tegra210/ |
| A D | clock.c | 936 return CLOCK_ID_PERIPH; in clk_id_to_pll_id() 1292 { PERIPH_ID_SBC1, CLOCK_ID_PERIPH }, 1293 { PERIPH_ID_SBC2, CLOCK_ID_PERIPH }, 1294 { PERIPH_ID_SBC3, CLOCK_ID_PERIPH }, 1295 { PERIPH_ID_SBC4, CLOCK_ID_PERIPH }, 1296 { PERIPH_ID_SBC5, CLOCK_ID_PERIPH }, 1297 { PERIPH_ID_SBC6, CLOCK_ID_PERIPH }, 1303 { PERIPH_ID_PWM, CLOCK_ID_PERIPH }, 1304 { PERIPH_ID_I2C1, CLOCK_ID_PERIPH }, 1305 { PERIPH_ID_I2C2, CLOCK_ID_PERIPH }, [all …]
|
| /arch/arm/mach-tegra/ |
| A D | clock.c | 603 if (clkid != CLOCK_ID_PERIPH) in clock_get_rate() 659 if (clkid == CLOCK_ID_PERIPH) { in clock_set_rate() 780 struct clk_pll *pll = get_pll(CLOCK_ID_PERIPH); in clock_verify() 797 pll_rate[CLOCK_ID_PERIPH] = clock_get_rate(CLOCK_ID_PERIPH); in clock_init() 812 debug("PLLP = %d\n", pll_rate[CLOCK_ID_PERIPH]); in clock_init() 875 clock_set_rate(CLOCK_ID_PERIPH, 408, 12, 0, 8); in tegra30_set_up_pllp() 880 clock_set_rate(CLOCK_ID_PERIPH, 408, 26, 0, 8); in tegra30_set_up_pllp() 886 clock_set_rate(CLOCK_ID_PERIPH, 408, 13, 0, 8); in tegra30_set_up_pllp() 906 writel(reg, &clkrst->crc_pll[CLOCK_ID_PERIPH].pll_out[0]); in tegra30_set_up_pllp() 912 writel(reg, &clkrst->crc_pll[CLOCK_ID_PERIPH].pll_out[0]); in tegra30_set_up_pllp() [all …]
|
| /arch/arm/mach-tegra/tegra124/ |
| A D | clock.c | 849 return CLOCK_ID_PERIPH; in clk_id_to_pll_id() 1212 { PERIPH_ID_SBC1, CLOCK_ID_PERIPH }, 1213 { PERIPH_ID_SBC2, CLOCK_ID_PERIPH }, 1214 { PERIPH_ID_SBC3, CLOCK_ID_PERIPH }, 1215 { PERIPH_ID_SBC4, CLOCK_ID_PERIPH }, 1216 { PERIPH_ID_SBC5, CLOCK_ID_PERIPH }, 1217 { PERIPH_ID_SBC6, CLOCK_ID_PERIPH }, 1224 { PERIPH_ID_PWM, CLOCK_ID_PERIPH }, 1225 { PERIPH_ID_I2C1, CLOCK_ID_PERIPH }, 1226 { PERIPH_ID_I2C2, CLOCK_ID_PERIPH }, [all …]
|
| /arch/arm/include/asm/arch-tegra20/ |
| A D | clock-tables.h | 17 CLOCK_ID_PERIPH, enumerator
|
| /arch/arm/include/asm/arch-tegra114/ |
| A D | clock-tables.h | 16 CLOCK_ID_PERIPH, enumerator
|
| /arch/arm/include/asm/arch-tegra30/ |
| A D | clock-tables.h | 16 CLOCK_ID_PERIPH, enumerator
|
| /arch/arm/include/asm/arch-tegra124/ |
| A D | clock-tables.h | 17 CLOCK_ID_PERIPH, enumerator
|
| /arch/arm/include/asm/arch-tegra210/ |
| A D | clock-tables.h | 17 CLOCK_ID_PERIPH, enumerator
|