Lines Matching full:refclk
56 struct clk *refclk; member
248 /* Clear PAD IO disable bits to enable refclk output */ in j721e_enable_acspcie_refclk()
252 dev_err(dev, "failed to enable ACSPCIE refclk: %d\n", ret); in j721e_enable_acspcie_refclk()
298 /* Enable ACSPCIE refclk output if the optional property exists */ in j721e_pcie_ctrl_init()
572 pcie->refclk = clk; in j721e_pcie_probe()
578 * should be deasserted after minimum of 100us once REFCLK is in j721e_pcie_probe()
579 * stable. The REFCLK to the connector in RC mode is selected in j721e_pcie_probe()
589 clk_disable_unprepare(pcie->refclk); in j721e_pcie_probe()
626 clk_disable_unprepare(pcie->refclk); in j721e_pcie_remove()
638 clk_disable_unprepare(pcie->refclk); in j721e_pcie_suspend_noirq()
669 ret = clk_prepare_enable(pcie->refclk); in j721e_pcie_resume_noirq()
677 * should be deasserted after minimum of 100us once REFCLK is in j721e_pcie_resume_noirq()
678 * stable. The REFCLK to the connector in RC mode is selected in j721e_pcie_resume_noirq()
688 clk_disable_unprepare(pcie->refclk); in j721e_pcie_resume_noirq()
701 clk_disable_unprepare(pcie->refclk); in j721e_pcie_resume_noirq()