Searched +full:asv +full:- +full:bin (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/hwinfo/ |
D | samsung,exynos-chipid.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/hwinfo/samsung,exynos-chipid.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Krzysztof Kozlowski <krzk@kernel.org> 15 - enum: 16 - samsung,exynos4210-chipid 17 - samsung,exynos850-chipid 18 - items: 19 - enum: [all …]
|
/linux-6.12.1/drivers/soc/samsung/ |
D | exynos-asv.c | 1 // SPDX-License-Identifier: GPL-2.0 19 #include <linux/soc/samsung/exynos-chipid.h> 21 #include "exynos-asv.h" 22 #include "exynos5422-asv.h" 26 static int exynos_asv_update_cpu_opps(struct exynos_asv *asv, in exynos_asv_update_cpu_opps() argument 34 for (i = 0; i < ARRAY_SIZE(asv->subsys); i++) { in exynos_asv_update_cpu_opps() 35 if (of_device_is_compatible(cpu->of_node, in exynos_asv_update_cpu_opps() 36 asv->subsys[i].cpu_dt_compat)) { in exynos_asv_update_cpu_opps() 37 subsys = &asv->subsys[i]; in exynos_asv_update_cpu_opps() 42 return -EINVAL; in exynos_asv_update_cpu_opps() [all …]
|
D | exynos5422-asv.c | 1 // SPDX-License-Identifier: GPL-2.0 12 #include <linux/soc/samsung/exynos-chipid.h> 15 #include "exynos-asv.h" 16 #include "exynos5422-asv.h" 25 * This array is a set of 4 ASV data tables, first column of each ASV table 30 * initialization. There are separate ASV tables for the big (ARM) and little 163 /* ARM bin 2 */ 293 /* KFC bin 2 */ 338 static int exynos5422_asv_get_group(struct exynos_asv *asv) in exynos5422_asv_get_group() argument 343 regmap_read(asv->chipid_regmap, EXYNOS_CHIPID_REG_PKG_ID, &pkgid_reg); in exynos5422_asv_get_group() [all …]
|
D | exynos-asv.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 27 struct exynos_asv *asv; member 49 /* ASV bin read from DT */ 56 return table->buf[row * (table->num_cols) + col]; in __asv_get_table_entry() 62 return __asv_get_table_entry(&subsys->table, level, group + 1); in exynos_asv_opp_get_voltage() 68 return __asv_get_table_entry(&subsys->table, level, 0); in exynos_asv_opp_get_frequency()
|
/linux-6.12.1/arch/arm/boot/dts/samsung/ |
D | exynos5422-odroidxu3-lite.dts | 1 // SPDX-License-Identifier: GPL-2.0 3 * Hardkernel Odroid XU3-Lite board device tree source 11 /dts-v1/; 12 #include "exynos5422-odroidxu3-common.dtsi" 13 #include "exynos5422-odroidxu3-audio.dtsi" 14 #include "exynos54xx-odroidxu-leds.dtsi" 18 compatible = "hardkernel,odroid-xu3-lite", "samsung,exynos5800", "samsung,exynos5"; 34 samsung,asv-bin = <2>; 38 * Odroid XU3-Lite board uses SoC revision with lower maximum frequencies 43 /delete-node/opp-2000000000; [all …]
|