Searched refs:clock_ll_set_source_divisor (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/arch/arm/mach-tegra/tegra30/ |
H A D | cpu.c | 110 clock_ll_set_source_divisor(PERIPH_ID_MSELECT, 0, 2); in t30_init_clocks() 117 clock_ll_set_source_divisor(PERIPH_ID_DVC_I2C, 3, 16); in t30_init_clocks()
|
/openbmc/u-boot/arch/arm/mach-tegra/tegra114/ |
H A D | cpu.c | 157 clock_ll_set_source_divisor(PERIPH_ID_MSELECT, 0, in t114_init_clocks() 161 clock_ll_set_source_divisor(PERIPH_ID_I2C5, 3, 16); in t114_init_clocks()
|
/openbmc/u-boot/arch/arm/mach-tegra/tegra124/ |
H A D | cpu.c | 202 clock_ll_set_source_divisor(PERIPH_ID_MSELECT, 0, in tegra124_init_clocks() 209 clock_ll_set_source_divisor(PERIPH_ID_I2C5, 3, 16); in tegra124_init_clocks()
|
/openbmc/u-boot/arch/arm/include/asm/arch-tegra/ |
H A D | clock.h | 185 void clock_ll_set_source_divisor(enum periph_id periph_id, unsigned source,
|
/openbmc/u-boot/arch/arm/mach-tegra/ |
H A D | cpu.c | 393 clock_ll_set_source_divisor(PERIPH_ID_CSI, 0, src); in clock_enable_coresight()
|
H A D | clock.c | 163 void clock_ll_set_source_divisor(enum periph_id periph_id, unsigned source, in clock_ll_set_source_divisor() function
|