Searched refs:pllctrl (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/sti/ |
D | sti_hdmi_tx3g0c55phy.c | 205 u32 val, tmdsck, freqvco, pllctrl = 0; in sti_hdmi_tx3g0c55phy_start() local 215 pllctrl = 2 << HDMI_SRZ_PLL_CFG_NDIV_SHIFT; in sti_hdmi_tx3g0c55phy_start() 225 pllctrl |= HDMI_SRZ_PLL_CFG_MODE(pllmodes[i].mode); in sti_hdmi_tx3g0c55phy_start() 230 pllctrl |= HDMI_SRZ_PLL_CFG_VCOR(HDMI_SRZ_PLL_CFG_VCOR_425MHZ); in sti_hdmi_tx3g0c55phy_start() 232 pllctrl |= HDMI_SRZ_PLL_CFG_VCOR(HDMI_SRZ_PLL_CFG_VCOR_850MHZ); in sti_hdmi_tx3g0c55phy_start() 234 pllctrl |= HDMI_SRZ_PLL_CFG_VCOR(HDMI_SRZ_PLL_CFG_VCOR_1700MHZ); in sti_hdmi_tx3g0c55phy_start() 236 pllctrl |= HDMI_SRZ_PLL_CFG_VCOR(HDMI_SRZ_PLL_CFG_VCOR_3000MHZ); in sti_hdmi_tx3g0c55phy_start() 246 DRM_DEBUG_DRIVER("pllctrl = 0x%x\n", pllctrl); in sti_hdmi_tx3g0c55phy_start() 247 hdmi_write(hdmi, pllctrl, HDMI_SRZ_PLL_CFG); in sti_hdmi_tx3g0c55phy_start()
|
D | sti_hdmi_tx3g4c28phy.c | 77 u32 val, tmdsck, idf, odf, pllctrl = 0; in sti_hdmi_tx3g4c28phy_start() local 101 pllctrl |= 40 << PLL_CFG_NDIV_SHIFT; in sti_hdmi_tx3g4c28phy_start() 108 pllctrl |= idf << PLL_CFG_IDF_SHIFT; in sti_hdmi_tx3g4c28phy_start() 109 pllctrl |= odf << PLL_CFG_ODF_SHIFT; in sti_hdmi_tx3g4c28phy_start() 115 DRM_DEBUG_DRIVER("pllctrl = 0x%x\n", pllctrl); in sti_hdmi_tx3g4c28phy_start() 116 hdmi_write(hdmi, (pllctrl | PLL_CFG_EN), HDMI_SRZ_PLL_CFG); in sti_hdmi_tx3g4c28phy_start()
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | ti-keystone-pllctrl.txt | 10 - compatible: "ti,keystone-pllctrl", "syscon" 17 pllctrl: pll-controller@0x02310000 { 18 compatible = "ti,keystone-pllctrl", "syscon";
|
/linux-4.4.14/Documentation/devicetree/bindings/power/reset/ |
D | keystone-reset.txt | 40 pllctrl: pll-controller@02310000 { 41 compatible = "ti,keystone-pllctrl", "syscon"; 52 ti,syscon-pll = <&pllctrl 0xe4>; 63 ti,syscon-pll = <&pllctrl 0xe4>;
|
/linux-4.4.14/drivers/clk/keystone/ |
D | pll.c | 162 static void __init _of_pll_clk_init(struct device_node *node, bool pllctrl) in _of_pll_clk_init() argument 201 pll_data->has_pllctrl = pllctrl; in _of_pll_clk_init()
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | keystone.dtsi | 70 pllctrl: pll-controller@02310000 { label 71 compatible = "ti,keystone-pllctrl", "syscon"; 82 ti,syscon-pll = <&pllctrl 0xe4>;
|