| /rk3399_rockchip-uboot/drivers/video/rockchip/ |
| H A D | rk_mipi.c | 208 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 D | keystone-k2hk-evm.dts | 25 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 D | keystone-k2e-evm.dts | 26 clock-output-names = "refclk-sys"; 33 clock-output-names = "refclk-pass"; 40 clock-output-names = "refclk-ddr3a";
|
| H A D | armada-xp.dtsi | 173 clocks = <&coreclk 2>, <&refclk>; 179 clocks = <&coreclk 2>, <&refclk>; 264 refclk: oscillator { label
|
| H A D | keystone-k2l-evm.dts | 25 clock-output-names = "refclk-sys";
|
| H A D | armada-38x.dtsi | 399 clocks = <&coreclk 2>, <&refclk>; 406 clocks = <&coreclk 2>, <&refclk>; 596 refclk: oscillator { label
|
| H A D | armada-375.dtsi | 75 refclk: oscillator { label 429 clocks = <&coreclk 0>, <&refclk>; 436 clocks = <&coreclk 0>, <&refclk>;
|
| H A D | armada-385-amc.dts | 164 &refclk {
|
| H A D | dm816x.dtsi | 113 clock-names = "refclk"; 123 clock-names = "refclk";
|
| H A D | rk3588-vccio3-pinctrl.dtsi | 122 gmac0_ptp_refclk: gmac0-ptp-refclk {
|
| H A D | am437x-gp-evm.dts | 126 refclk: oscillator { label 485 clocks = <&refclk 0>; 519 clocks = <&refclk 0>;
|
| H A D | rk3588.dtsi | 477 clock-names = "refclk", "immortal", "pclk"; 502 clock-names = "refclk", "apbclk";
|
| H A D | dra7.dtsi | 1334 clock-names = "sysclk", "refclk"; 1354 "wkupclk", "refclk", 1374 "wkupclk", "refclk", 1416 "refclk"; 1428 "refclk"; 1444 "refclk";
|
| H A D | uniphier-ld11.dtsi | 92 refclk: ref { label
|
| H A D | uniphier-pxs3.dtsi | 120 refclk: ref { label
|
| H A D | uniphier-ld20.dtsi | 161 refclk: ref { label
|
| H A D | uniphier-sld8.dtsi | 34 refclk: ref { label
|
| /rk3399_rockchip-uboot/drivers/usb/cdns3/ |
| H A D | drd.h | 28 __le32 refclk; member 46 __le32 refclk; member
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv7/bcm281xx/ |
| H A D | clk-core.h | 74 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 D | clk-bcm281xx.c | 25 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 D | clk-core.c | 176 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 D | clk-core.h | 74 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 D | clk-bcm235xx.c | 25 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 D | clk-core.c | 176 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 D | clock.c | 164 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()
|