Home
last modified time | relevance | path

Searched defs:pll (Results 1 – 25 of 64) sorted by relevance

123

/external/u-boot/arch/arm/cpu/arm926ejs/mx27/
Dgeneric.c26 static unsigned int imx_decode_pll(unsigned int pll, unsigned int f_ref) in imx_decode_pll()
46 struct pll_regs *pll = (struct pll_regs *)IMX_PLL_BASE; in clk_in_26m() local
58 struct pll_regs *pll = (struct pll_regs *)IMX_PLL_BASE; in imx_get_mpllclk() local
72 struct pll_regs *pll = (struct pll_regs *)IMX_PLL_BASE; in imx_get_armclk() local
87 struct pll_regs *pll = (struct pll_regs *)IMX_PLL_BASE; in imx_get_ahbclk() local
99 struct pll_regs *pll = (struct pll_regs *)IMX_PLL_BASE; in imx_get_spllclk() local
118 struct pll_regs *pll = (struct pll_regs *)IMX_PLL_BASE; in imx_get_perclk1() local
125 struct pll_regs *pll = (struct pll_regs *)IMX_PLL_BASE; in imx_get_perclk2() local
132 struct pll_regs *pll = (struct pll_regs *)IMX_PLL_BASE; in imx_get_perclk3() local
139 struct pll_regs *pll = (struct pll_regs *)IMX_PLL_BASE; in imx_get_perclk4() local
[all …]
/external/u-boot/arch/m68k/cpu/mcf52x2/
Dspeed.c21 pll_t *pll = (pll_t *) MMAP_PLL; in get_clocks() local
57 pll_t *pll = (pll_t *)(MMAP_PLL); in get_clocks() local
/external/u-boot/arch/m68k/cpu/mcf5445x/
Dspeed.c59 pll_t *pll = (pll_t *)MMAP_PLL; in clock_exit_limp() local
73 pll_t *pll = (pll_t *)MMAP_PLL; in setup_5441x_clocks() local
130 pll_t *pll = (pll_t *)MMAP_PLL; in setup_5445x_clocks() local
/external/u-boot/arch/arm/include/asm/arch-s32v234/
Dmc_cgm_regs.h70 #define PLLDIG_PLLDV(pll) ((MC_CGM0_BASE_ADDR + 0x00000028) + ((pll) * 0x80)) argument
94 #define PLLDIG_PLLFD(pll) ((MC_CGM0_BASE_ADDR + 0x00000030) + ((pll) * 0x80)) argument
100 #define PLLDIG_PLLCAL1(pll) ((MC_CGM0_BASE_ADDR + 0x00000038) + ((pll) * 0x80)) argument
110 #define DFS_DLLPRG1(pll) (DFS0_BASE_ADDR + 0x00000000 + ((pll) * 0x80)) argument
137 #define DFS_CTRL(pll) (DFS0_BASE_ADDR + 0x00000018 + ((pll) * 0x80)) argument
142 #define DFS_PORTSR(pll) (DFS0_BASE_ADDR + 0x0000000C +((pll) * 0x80)) argument
144 #define DFS_PORTRESET(pll) (DFS0_BASE_ADDR + 0x00000014 + ((pll) * 0x80)) argument
151 #define DFS_DVPORTn(pll,n) (DFS0_BASE_ADDR + ((pll) * 0x80) + (0x0000001C + ((n) * 0x4))) argument
/external/u-boot/arch/m68k/cpu/mcf5227x/
Dspeed.c57 pll_t *pll = (pll_t *)MMAP_PLL; in clock_exit_limp() local
74 pll_t *pll = (pll_t *)MMAP_PLL; in get_clocks() local
Dcpu_init.c33 pll_t *pll = (pll_t *)MMAP_PLL; in cpu_init_f() local
/external/u-boot/arch/arm/mach-keystone/include/mach/
Dclock_defs.h53 #define pllctl_reg(pll, reg) (&(pllctl_regs[pll]->reg)) argument
54 #define pllctl_reg_read(pll, reg) __raw_readl(pllctl_reg(pll, reg)) argument
55 #define pllctl_reg_write(pll, reg, val) __raw_writel(val, pllctl_reg(pll, reg)) argument
57 #define pllctl_reg_rmw(pll, reg, mask, val) \ argument
61 #define pllctl_reg_setbits(pll, reg, mask) \ argument
64 #define pllctl_reg_clrbits(pll, reg, mask) \ argument
/external/u-boot/arch/m68k/cpu/mcf523x/
Dspeed.c23 pll_t *pll = (pll_t *)(MMAP_PLL); in get_clocks() local
/external/u-boot/board/freescale/s32v234evb/
Dclock.c17 static int select_pll_source_clk(enum pll_type pll, u32 refclk_freq) in select_pll_source_clk()
81 static int program_pll(enum pll_type pll, u32 refclk_freq, u32 freq0, u32 freq1, in program_pll()
/external/u-boot/arch/arm/mach-tegra/
Dclock.c92 struct clk_pll *pll = get_pll(clkid); in clock_ll_read_pll() local
116 struct clk_pll *pll = NULL; in clock_start_pll() local
265 struct clk_pll *pll = get_pll(clkid); in clock_set_pllout() local
534 struct clk_pll *pll; in clock_get_rate() local
591 struct clk_pll *pll; in clock_set_rate() local
674 struct clk_pll *pll = get_pll(CLOCK_ID_PERIPH); in clock_verify() local
Dcpu.c170 int pllx_set_rate(struct clk_pll_simple *pll , u32 divn, u32 divm, in pllx_set_rate()
231 struct clk_pll_simple *pll = &clkrst->crc_pll_simple[SIMPLE_PLLX]; in init_pllx() local
/external/u-boot/arch/m68k/cpu/mcf532x/
Dspeed.c53 pll_t *pll = (pll_t *)(MMAP_PLL); in get_sys_clock() local
144 pll_t *pll = (pll_t *)(MMAP_PLL); in clock_pll() local
/external/u-boot/arch/arm/mach-keystone/
Dclock.c221 int pll; in init_plls() local
279 static unsigned long pll_freq_get(int pll) in pll_freq_get()
/external/u-boot/arch/mips/mach-ath79/ar933x/
Dclk.c34 u32 val, xtal, pll, div; in get_clocks() local
/external/u-boot/arch/mips/mach-ath79/qca953x/
Dclk.c34 u32 val, ctrl, xtal, pll, div; in get_clocks() local
/external/u-boot/arch/arm/mach-omap2/am33xx/
Demif4.c70 void config_ddr(unsigned int pll, const struct ctrl_ioregs *ioregs, in config_ddr()
/external/u-boot/arch/arm/cpu/armv8/s32v234/
Dgeneric.c27 static uintptr_t get_pllfreq(u32 pll, u32 refclk_freq, u32 plldv, in get_pllfreq()
82 static uintptr_t decode_pll(enum pll_type pll, u32 refclk_freq, in decode_pll()
/external/u-boot/board/ti/ks2_evm/
Dboard_k2e.c72 struct pll_init_data *get_pll_init_data(int pll) in get_pll_init_data()
Dboard_k2l.c63 struct pll_init_data *get_pll_init_data(int pll) in get_pll_init_data()
Dboard_k2hk.c75 struct pll_init_data *get_pll_init_data(int pll) in get_pll_init_data()
/external/strace/
Drtc.c79 struct_rtc_pll_info pll; in decode_rtc_pll_info() local
/external/u-boot/arch/arm/cpu/armv7/iproc-common/
Darmpll.c41 uint32_t pll; in armpll_config() local
/external/u-boot/drivers/clk/
Dclk_zynq.c172 enum zynq_clk pll; in zynq_clk_get_cpu_rate() local
242 enum zynq_clk pll; in zynq_clk_get_peripheral_rate() local
317 enum zynq_clk pll; in zynq_clk_set_peripheral_rate() local
/external/u-boot/drivers/clk/rockchip/
Dclk_rk3036.c48 struct rk3036_pll *pll = &cru->pll[pll_id]; in rkclk_set_pll() local
175 struct rk3036_pll *pll = &cru->pll[pll_id]; in rkclk_pll_get_rate() local
/external/u-boot/arch/arm/mach-imx/mx5/
Dclock.c160 static uint32_t decode_pll(struct mxc_pll_reg *pll, uint32_t infreq) in decode_pll()
551 static int calc_pll_params(u32 ref, u32 target, struct pll_param *pll) in calc_pll_params()
628 #define CHANGE_PLL_SETTINGS(pll, pd, fi, fn, fd) \ argument
648 struct mxc_pll_reg *pll = mxc_plls[index]; in config_pll_clk() local

123