Searched refs:dpll_ck (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/clk/ti/ |
D | clk-7xx.c | 947 struct clk *dpll_ck, *hdcp_ck; in dra7xx_dt_clk_init() local 955 dpll_ck = clk_get_sys(NULL, "dpll_gmac_ck"); in dra7xx_dt_clk_init() 956 rc = clk_set_rate(dpll_ck, DRA7_DPLL_GMAC_DEFFREQ); in dra7xx_dt_clk_init() 960 dpll_ck = clk_get_sys(NULL, "dpll_usb_ck"); in dra7xx_dt_clk_init() 961 rc = clk_set_rate(dpll_ck, DRA7_DPLL_USB_DEFFREQ); in dra7xx_dt_clk_init() 965 dpll_ck = clk_get_sys(NULL, "dpll_usb_m2_ck"); in dra7xx_dt_clk_init() 966 rc = clk_set_rate(dpll_ck, DRA7_DPLL_USB_DEFFREQ/2); in dra7xx_dt_clk_init()
|
/linux-6.1.9/Documentation/devicetree/bindings/clock/ti/ |
D | dpll.txt | 93 dpll_ck: dpll_ck {
|
/linux-6.1.9/arch/arm/boot/dts/ |
D | omap2420-clocks.dtsi | 220 clocks = <&dpll_ck>, <&emul_ck>, <&gpt1_ick>, <&gpios_ick>,
|
D | omap24xx-clocks.dtsi | 121 dpll_ck: dpll_ck@500 { label 159 clocks = <&dpll_ck>;
|
D | omap2430-clocks.dtsi | 288 clocks = <&dpll_ck>, <&emul_ck>, <&gpt1_ick>, <&gpios_ick>,
|