Home
last modified time | relevance | path

Searched refs:refclk (Results 1 – 25 of 43) sorted by relevance

12

/rk3399_rockchip-uboot/drivers/video/rockchip/
H A Drk_mipi.c208 u32 refclk = priv->ref_clk; in rk_mipi_phy_enable() local
209 u32 remain = refclk; in rk_mipi_phy_enable()
262 max_prediv = (refclk / (5 * MHz)); in rk_mipi_phy_enable()
263 min_prediv = ((refclk / (40 * MHz)) ? (refclk / (40 * MHz) + 1) : 1); in rk_mipi_phy_enable()
275 if ((ddr_clk * i % refclk < remain) && in rk_mipi_phy_enable()
276 (ddr_clk * i / refclk) < max_fbdiv) { in rk_mipi_phy_enable()
278 remain = ddr_clk * i % refclk; in rk_mipi_phy_enable()
281 fbdiv = ddr_clk * prediv / refclk; in rk_mipi_phy_enable()
282 ddr_clk = refclk * fbdiv / prediv; in rk_mipi_phy_enable()
286 __func__, refclk, prediv, fbdiv, ddr_clk); in rk_mipi_phy_enable()
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dkeystone-k2hk-evm.dts25 clock-output-names = "refclk-sys";
32 clock-output-names = "refclk-pass";
39 clock-output-names = "refclk-arm";
46 clock-output-names = "refclk-ddr3a";
53 clock-output-names = "refclk-ddr3b";
H A Dkeystone-k2e-evm.dts26 clock-output-names = "refclk-sys";
33 clock-output-names = "refclk-pass";
40 clock-output-names = "refclk-ddr3a";
H A Darmada-xp.dtsi173 clocks = <&coreclk 2>, <&refclk>;
179 clocks = <&coreclk 2>, <&refclk>;
264 refclk: oscillator { label
H A Dkeystone-k2l-evm.dts25 clock-output-names = "refclk-sys";
H A Darmada-38x.dtsi399 clocks = <&coreclk 2>, <&refclk>;
406 clocks = <&coreclk 2>, <&refclk>;
596 refclk: oscillator { label
H A Darmada-375.dtsi75 refclk: oscillator { label
429 clocks = <&coreclk 0>, <&refclk>;
436 clocks = <&coreclk 0>, <&refclk>;
H A Darmada-385-amc.dts164 &refclk {
H A Ddm816x.dtsi113 clock-names = "refclk";
123 clock-names = "refclk";
H A Drk3588-vccio3-pinctrl.dtsi122 gmac0_ptp_refclk: gmac0-ptp-refclk {
H A Dam437x-gp-evm.dts126 refclk: oscillator { label
485 clocks = <&refclk 0>;
519 clocks = <&refclk 0>;
H A Drk3588.dtsi477 clock-names = "refclk", "immortal", "pclk";
502 clock-names = "refclk", "apbclk";
H A Ddra7.dtsi1334 clock-names = "sysclk", "refclk";
1354 "wkupclk", "refclk",
1374 "wkupclk", "refclk",
1416 "refclk";
1428 "refclk";
1444 "refclk";
H A Duniphier-ld11.dtsi92 refclk: ref { label
H A Duniphier-pxs3.dtsi120 refclk: ref { label
H A Duniphier-ld20.dtsi161 refclk: ref { label
H A Duniphier-sld8.dtsi34 refclk: ref { label
/rk3399_rockchip-uboot/drivers/usb/cdns3/
H A Ddrd.h28 __le32 refclk; member
46 __le32 refclk; member
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/bcm281xx/
H A Dclk-core.h74 struct refclk *refclk_str_to_clk(const char *name);
410 struct refclk { struct
461 static inline struct refclk *to_refclk(struct clk *clock) in to_refclk()
463 return container_of(clock, struct refclk, clk); in to_refclk()
H A Dclk-bcm281xx.c25 static struct refclk clk_name = { \
53 struct refclk *procclk;
69 struct refclk *refclk_str_to_clk(const char *name) in refclk_str_to_clk()
H A Dclk-core.c176 struct refclk *ref = refclk_str_to_clk(*clock); in peri_clk_set_rate()
212 struct refclk *ref; in peri_clk_get_rate()
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/bcm235xx/
H A Dclk-core.h74 struct refclk *refclk_str_to_clk(const char *name);
410 struct refclk { struct
461 static inline struct refclk *to_refclk(struct clk *clock) in to_refclk()
463 return container_of(clock, struct refclk, clk); in to_refclk()
H A Dclk-bcm235xx.c25 static struct refclk clk_name = { \
53 struct refclk *procclk;
69 struct refclk *refclk_str_to_clk(const char *name) in refclk_str_to_clk()
H A Dclk-core.c176 struct refclk *ref = refclk_str_to_clk(*clock); in peri_clk_set_rate()
212 struct refclk *ref; in peri_clk_get_rate()
/rk3399_rockchip-uboot/arch/arm/mach-imx/mx5/
H A Dclock.c164 uint64_t refclk, temp; in decode_pll() local
195 refclk = infreq * 2; in decode_pll()
197 refclk *= 2; in decode_pll()
199 do_div(refclk, pdf + 1); in decode_pll()
200 temp = refclk * mfn_abs; in decode_pll()
202 ret = refclk * mfi; in decode_pll()

12