Lines Matching +full:m +full:- +full:phy
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * UFS PHY driver for Samsung EXYNOS SoC
35 /* UFS PHY registers */
42 /* description for PHY calibration */
71 #define PWR_MODE(g, s, m) ((((g) & GR_MASK) << 4) |\ argument
72 (((s) & SR_MASK) << 2) | ((m) & MD_MASK))
81 /* PHY calibration point/state */
125 static inline struct samsung_ufs_phy *get_samsung_ufs_phy(struct phy *phy) in get_samsung_ufs_phy() argument
127 return (struct samsung_ufs_phy *)phy_get_drvdata(phy); in get_samsung_ufs_phy()
131 struct samsung_ufs_phy *phy, u32 isol) in samsung_ufs_phy_ctrl_isol() argument
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"