Searched +full:hs +full:- +full:rise +full:- +full:fall +full:- +full:time +full:- +full:bp (Results 1 – 1 of 1) sorted by relevance
1 // SPDX-License-Identifier: GPL-2.082 "vdda-pll", "vdda33", "vdda18",110 * struct qcom_snps_hsphy - snps hs phy attributes115 * @base: iomapped memory space for snps hs phy143 struct device *dev = hsphy->dev; in qcom_snps_hsphy_clk_init()145 hsphy->num_clks = 2; in qcom_snps_hsphy_clk_init()146 hsphy->clks = devm_kcalloc(dev, hsphy->num_clks, sizeof(*hsphy->clks), GFP_KERNEL); in qcom_snps_hsphy_clk_init()147 if (!hsphy->clks) in qcom_snps_hsphy_clk_init()148 return -ENOMEM; in qcom_snps_hsphy_clk_init()154 hsphy->clks[0].id = "cfg_ahb"; in qcom_snps_hsphy_clk_init()[all …]