Searched +full:opp +full:- +full:microamp +full:- +full:fast (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/opp/opp-v2.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Generic OPP (Operating Performance Points)10 - Viresh Kumar <viresh.kumar@linaro.org>13 - $ref: opp-v2-base.yaml#17 const: operating-points-v222 - |24 * Example 1: Single cluster Dual-core ARM cortex A9, switch DVFS states[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later4 * Copyright (C) 2011-2013 Samsung India Software Operations19 #include "ufshcd-pltfrm.h"29 struct device *dev = hba->dev; in ufshcd_parse_clock_info()30 struct device_node *np = dev->of_node; in ufshcd_parse_clock_info()39 cnt = of_property_count_strings(np, "clock-names"); in ufshcd_parse_clock_info()40 if (!cnt || (cnt == -EINVAL)) { in ufshcd_parse_clock_info()52 sz = of_property_count_u32_elems(np, "freq-table-hz"); in ufshcd_parse_clock_info()54 dev_info(dev, "freq-table-hz property not specified\n"); in ufshcd_parse_clock_info()59 dev_err(dev, "%s len mismatch\n", "freq-table-hz"); in ufshcd_parse_clock_info()[all …]