Home
last modified time | relevance | path

Searched +full:vdd +full:- +full:mphy (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/devicetree/bindings/ufs/
H A Dsprd,ums9620-ufs.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/ufs/sprd,ums9620-ufs.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Zhe Wang <zhe.wang1@unisoc.com>
13 - $ref: ufs-common.yaml
17 const: sprd,ums9620-ufs
25 clock-names:
27 - const: controller_eb
28 - const: cfg_eb
[all …]
/linux/drivers/ufs/host/
H A Dufs-sprd.c1 // SPDX-License-Identifier: GPL-2.0-only
9 #include <linux/arm-smccc.h>
18 #include "ufshcd-pltfrm.h"
19 #include "ufs-sprd.h"
27 WARN_ON(!host->priv); in ufs_sprd_get_priv_data()
28 return host->priv; in ufs_sprd_get_priv_data()
34 regmap_update_bits(priv->sysci[index].regmap, reg, bits, val); in ufs_sprd_regmap_update()
40 regmap_read(priv->sysci[index].regmap, reg, val); in ufs_sprd_regmap_read()
47 if (ufshcd_dme_get(hba, UIC_ARG_MIB(PA_LOCALVERINFO), &host->unipro_ver)) in ufs_sprd_get_unipro_ver()
48 host->unipro_ver = 0; in ufs_sprd_get_unipro_ver()
[all …]