Home
last modified time | relevance | path

Searched +full:ufs +full:- +full:anlg +full:- +full:syscon (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#
7 title: Unisoc Universal Flash Storage (UFS) Controller
10 - Zhe Wang <zhe.wang1@unisoc.com>
13 - $ref: ufs-common.yaml
17 const: sprd,ums9620-ufs
25 clock-names:
27 - const: controller_eb
[all …]
/linux/drivers/ufs/host/
H A Dufs-sprd.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * UNISOC UFS Host Controller driver
9 #include <linux/arm-smccc.h>
10 #include <linux/mfd/syscon.h>
17 #include <ufs/ufshcd.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()
[all …]