Lines Matching defs:ufs_mtk_phy
34 struct ufs_mtk_phy {
41 static inline u32 mphy_readl(struct ufs_mtk_phy *phy, u32 reg)
46 static inline void mphy_writel(struct ufs_mtk_phy *phy, u32 val, u32 reg)
51 static void mphy_set_bit(struct ufs_mtk_phy *phy, u32 reg, u32 bit)
60 static void mphy_clr_bit(struct ufs_mtk_phy *phy, u32 reg, u32 bit)
69 static struct ufs_mtk_phy *get_ufs_mtk_phy(struct phy *generic_phy)
71 return (struct ufs_mtk_phy *)phy_get_drvdata(generic_phy);
74 static int ufs_mtk_phy_clk_init(struct ufs_mtk_phy *phy)
93 static void ufs_mtk_phy_set_active(struct ufs_mtk_phy *phy)
122 static void ufs_mtk_phy_set_deep_hibern(struct ufs_mtk_phy *phy)
150 struct ufs_mtk_phy *phy = get_ufs_mtk_phy(generic_phy);
177 struct ufs_mtk_phy *phy = get_ufs_mtk_phy(generic_phy);
199 struct ufs_mtk_phy *phy;
238 .name = "ufs_mtk_phy",