Searched +full:ufs +full:- +full:anlg +full:- +full:syscon (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/ufs/sprd,ums9620-ufs.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Unisoc Universal Flash Storage (UFS) Controller10 - Zhe Wang <zhe.wang1@unisoc.com>13 - $ref: ufs-common.yaml17 const: sprd,ums9620-ufs25 clock-names:27 - const: controller_eb[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * UNISOC UFS Host Controller driver9 #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 …]