Home
last modified time | relevance | path

Searched +full:dvfsrc +full:- +full:vcore (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/regulator/
Dmediatek,mt6873-dvfsrc-regulator.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/regulator/mediatek,mt6873-dvfsrc-regulator.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: MediaTek DVFSRC-controlled Regulators
11 are controlled with votes to the DVFSRC hardware.
14 - AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
19 - mediatek,mt6873-dvfsrc-regulator
20 - mediatek,mt8183-dvfsrc-regulator
21 - mediatek,mt8192-dvfsrc-regulator
[all …]
/linux-6.12.1/drivers/regulator/
Dmtk-dvfsrc-regulator.c1 // SPDX-License-Identifier: GPL-2.0
13 #include <linux/soc/mediatek/dvfsrc.h>
40 return rdev_get_dev(rdev)->parent; in to_dvfs_regulator_dev()
45 return to_dvfs_regulator_dev(rdev)->parent; in to_dvfsrc_dev()
58 return -EINVAL; in dvfsrc_get_cmd()
111 MTK_DVFSRC_VREG("dvfsrc-vcore", VCORE, mt6873_voltages),
112 MTK_DVFSRC_VREG("dvfsrc-vscp", VSCP, mt6873_voltages),
126 MTK_DVFSRC_VREG("dvfsrc-vcore", VCORE, mt8183_voltages),
142 MTK_DVFSRC_VREG("dvfsrc-vcore", VCORE, mt8195_voltages),
143 MTK_DVFSRC_VREG("dvfsrc-vscp", VSCP, mt8195_voltages),
[all …]
/linux-6.12.1/drivers/ufs/host/
Dufs-mediatek.c1 // SPDX-License-Identifier: GPL-2.0
9 #include <linux/arm-smccc.h>
24 #include "ufshcd-pltfrm.h"
28 #include "ufs-mediatek.h"
29 #include "ufs-mediatek-sip.h"
34 #include "ufs-mediatek-trace.h"
52 { .compatible = "mediatek,mt8183-ufshci" },
99 return !!(host->caps & UFS_MTK_CAP_BOOST_CRYPT_ENGINE); in ufs_mtk_is_boost_crypt_enabled()
106 return !!(host->caps & UFS_MTK_CAP_VA09_PWR_CTRL); in ufs_mtk_is_va09_supported()
113 return !!(host->caps & UFS_MTK_CAP_BROKEN_VCC); in ufs_mtk_is_broken_vcc()
[all …]