Lines Matching +full:ufs +full:- +full:2
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * UFS PHY driver for Samsung EXYNOS SoC
14 #define PHY_TRSV_BLK 2
17 #define PHY_APB_ADDR(off) ((off) << 2)
35 /* UFS PHY registers */
48 PWR_DESC_HS = 2,
51 PWR_DESC_SER_B = 2,
54 PWR_DESC_G2 = 2,
72 (((s) & SR_MASK) << 2) | ((m) & MD_MASK))
76 (((s) & SR_MASK) << 2) | PWR_DESC_HS)
133 regmap_update_bits(phy->reg_pmu, phy->isol->offset, in samsung_ufs_phy_ctrl_isol()
134 phy->isol->mask, isol ? 0 : phy->isol->en); in samsung_ufs_phy_ctrl_isol()
137 #include "phy-exynos7-ufs.h"