Searched full:genpll (Results 1 – 14 of 14) sorted by relevance
/linux/Documentation/devicetree/bindings/clock/ |
H A D | brcm,iproc-clocks.yaml | 15 An SoC from the iProc family may have several PLLs, e.g., ARMPLL, GENPLL, 27 - brcm,cygnus-genpll 34 - brcm,nsp-genpll 36 - brcm,ns2-genpll-scr 37 - brcm,ns2-genpll-sw 94 - brcm,cygnus-genpll 117 genpll crystal 0 BCM_CYGNUS_GENPLL 118 axi21 genpll 1 BCM_CYGNUS_GENPLL_AXI21_CLK 119 250mhz genpll 2 BCM_CYGNUS_GENPLL_250MHZ_CLK 120 ihost_sys genpll 3 BCM_CYGNUS_GENPLL_IHOST_SYS_CLK [all …]
|
/linux/include/dt-bindings/clock/ |
H A D | bcm-sr.h | 36 /* GENPLL 0 clock channel ID SCR HSLS FS PCIE */ 45 /* GENPLL 1 clock channel ID MHB PCIE NITRO */ 50 /* GENPLL 2 clock channel ID NITRO MHB*/ 59 /* GENPLL 3 HSLS clock channel ID */ 64 /* GENPLL 4 SCR clock channel ID */ 72 /* GENPLL 5 FS4 clock channel ID */ 78 /* GENPLL 6 NITRO clock channel ID */ 99 /* GENPLL EMEM0 clock channel ID */ 103 /* GENPLL EMEM0 clock channel ID */ 107 /* GENPLL EMEM0 clock channel ID */
|
H A D | bcm-ns2.h | 36 /* GENPLL SCR clock channel ID */ 45 /* GENPLL SW clock channel ID */
|
H A D | bcm-nsp.h | 36 /* GENPLL clock channel ID */
|
H A D | bcm-cygnus.h | 36 /* GENPLL clock ID */
|
/linux/arch/arm/boot/dts/broadcom/ |
H A D | bcm-cygnus-clock.dtsi | 70 genpll: genpll@301d000 { label 72 compatible = "brcm,cygnus-genpll"; 75 clock-output-names = "genpll", "axi21", "250mhz", "ihost_sys", 83 clocks = <&genpll 1>; 92 clocks = <&genpll 1>;
|
H A D | bcm5301x.dtsi | 43 clocks = <&genpll BCM_NSP_GENPLL_IPROCFAST_CLK>; 51 clocks = <&genpll BCM_NSP_GENPLL_IPROCFAST_CLK>; 86 genpll: clock-controller@140 { label 88 compatible = "brcm,nsp-genpll"; 91 clock-output-names = "genpll", "phy",
|
H A D | bcm-nsp.dtsi | 147 clocks = <&genpll BCM_NSP_GENPLL_IPROCFAST_CLK>; 155 clocks = <&genpll BCM_NSP_GENPLL_IPROCFAST_CLK>; 496 genpll: genpll@3f140 { label 498 compatible = "brcm,nsp-genpll"; 501 clock-output-names = "genpll", "phy", "ethernetclk",
|
H A D | bcm-ns.dtsi | 436 clocks = <&genpll BCM_NSP_GENPLL_USB_PHY_REF_CLK>;
|
/linux/drivers/clk/bcm/ |
H A D | clk-nsp.c | 35 static const struct iproc_pll_ctrl genpll = { variable 87 iproc_pll_clk_setup(node, &genpll, NULL, 0, genpll_clk, in nsp_genpll_clk_init() 90 CLK_OF_DECLARE(nsp_genpll_clk, "brcm,nsp-genpll", nsp_genpll_clk_init);
|
H A D | clk-cygnus.c | 47 static const struct iproc_pll_ctrl genpll = { variable 102 iproc_pll_clk_setup(node, &genpll, NULL, 0, genpll_clk, in cygnus_genpll_clk_init() 105 CLK_OF_DECLARE(cygnus_genpll, "brcm,cygnus-genpll", cygnus_genpll_clk_init);
|
H A D | clk-ns2.c | 91 CLK_OF_DECLARE(ns2_genpll_src_clk, "brcm,ns2-genpll-scr", 153 CLK_OF_DECLARE(ns2_genpll_sw_clk, "brcm,ns2-genpll-sw",
|
/linux/arch/arm64/boot/dts/broadcom/northstar2/ |
H A D | ns2-clock.dtsi | 70 compatible = "brcm,ns2-genpll-scr"; 98 compatible = "brcm,ns2-genpll-sw";
|
/linux/Documentation/devicetree/bindings/phy/ |
H A D | bcm-ns-usb2-phy.yaml | 69 clocks = <&genpll BCM_NSP_GENPLL_USB_PHY_REF_CLK>;
|