Home
last modified time | relevance | path

Searched refs:adpll (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Ddm814x-clocks.dtsi9 adpll_mpu_ck: adpll@40 {
11 compatible = "ti,dm814-adpll-s-clock";
15 clock-output-names = "481c5040.adpll.dcoclkldo",
16 "481c5040.adpll.clkout",
17 "481c5040.adpll.clkoutx2",
18 "481c5040.adpll.clkouthif";
21 adpll_dsp_ck: adpll@80 {
23 compatible = "ti,dm814-adpll-lj-clock";
27 clock-output-names = "481c5080.adpll.dcoclkldo",
28 "481c5080.adpll.clkout",
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/ti/
H A Dadpll.txt12 - compatible : shall be one of "ti,dm814-adpll-s-clock" or
13 "ti,dm814-adpll-lj-clock" depending on the type of the ADPLL
16 that the adpll-s-clock also has an optional clkinphif
20 adpll_mpu_ck: adpll@40 {
22 compatible = "ti,dm814-adpll-s-clock";
26 clock-output-names = "481c5040.adpll.dcoclkldo",
27 "481c5040.adpll.clkout",
28 "481c5040.adpll.clkoutx2",
29 "481c5040.adpll.clkouthif";
32 adpll_dsp_ck: adpll@80 {
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/am33xx/
H A Dclock_ti814x.c227 const struct ad_pll *adpll = (struct ad_pll *)base; in pll_config() local
244 read_clkctrl = readl(&adpll->clkctrl); in pll_config()
245 writel((read_clkctrl | ADPLLJ_CLKCTRL_IDLE), &adpll->clkctrl); in pll_config()
246 while ((readl(&adpll->status) & ADPLLJ_STATUS_BYPASSANDACK) in pll_config()
251 read_clkctrl = readl(&adpll->clkctrl); in pll_config()
252 writel((read_clkctrl & ~ADPLLJ_CLKCTRL_TINITZ), &adpll->clkctrl); in pll_config()
259 read_clkctrl = readl(&adpll->clkctrl) & in pll_config()
263 writel(m2nval, &adpll->m2ndiv); in pll_config()
264 writel(mn2val, &adpll->mn2div); in pll_config()
268 writel(sig_val, &adpll->fracdiv); in pll_config()
[all …]
/OK3568_Linux_fs/kernel/drivers/clk/ti/
H A DMakefile27 obj-$(CONFIG_COMMON_CLK_TI_ADPLL) += adpll.o
H A Dadpll.c162 struct ti_adpll_data *adpll; member
574 struct ti_adpll_data *d = co->adpll; in ti_adpll_clkout_get_parent()
596 co->adpll = d; in ti_adpll_init_clkout()