Searched refs:dpll (Results 1 – 5 of 5) sorted by relevance
| /drivers/clk/ti/ |
| A D | Makefile | 8 obj-$(CONFIG_CLK_TI_AM3_DPLL) += clk-am3-dpll.o clk-am3-dpll-x2.o
|
| /drivers/clk/ |
| A D | clk_zynqmp.c | 118 apll, dpll, vpll, enumerator 182 {apll, 0xff, dpll, vpll}, /* acpu */ 183 {dpll, vpll, 0xff, 0xff}, /* ddr_ref */ 186 {iopll, 0xff, rpll, dpll}, /* peripheral */ 187 {apll, 0xff, iopll_to_fpd, dpll}, /* wdt */ 188 {iopll_to_fpd, 0xff, dpll, apll}, /* dbg_fpd */ 190 {iopll_to_fpd, 0xff, apll, dpll}, /* sata_ref */ 192 {iopll_to_fpd, 0xff, vpll, dpll}, /* gpu_ref */ 193 {apll, 0xff, vpll, dpll}, /* topsw_main_ref */ 230 case dpll: in zynqmp_clk_get_register() [all …]
|
| /drivers/clk/rockchip/ |
| A D | clk_rk3368.c | 136 u32 apllb, aplll, dpll, cpll, gpll; in rkclk_init() local 151 dpll = rkclk_pll_get_rate(cru, DPLL); in rkclk_init() 156 __func__, apllb, aplll, dpll, cpll, gpll); in rkclk_init()
|
| A D | clk_rv1108.c | 635 unsigned int apll, dpll, gpll; in rkclk_init() local 654 dpll = rkclk_pll_get_rate(cru, CLK_DDR); in rkclk_init() 660 printf("APLL: %d DPLL:%d GPLL:%d\n", apll, dpll, gpll); in rkclk_init()
|
| /drivers/clk/aspeed/ |
| A D | clk_ast2600.c | 151 pll_reg.w = readl(&scu->dpll); in ast2600_get_pll_rate() 523 addr = (uint32_t)(&scu->dpll); in ast2600_configure_pll()
|
Completed in 18 milliseconds