Home
last modified time | relevance | path

Searched refs:mxs_phy (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/usb/phy/
Dphy-mxs-usb.c106 #define to_mxs_phy(p) container_of((p), struct mxs_phy, phy)
181 struct mxs_phy { struct
191 static inline bool is_imx6q_phy(struct mxs_phy *mxs_phy) in is_imx6q_phy() argument
193 return mxs_phy->data == &imx6q_phy_data; in is_imx6q_phy()
196 static inline bool is_imx6sl_phy(struct mxs_phy *mxs_phy) in is_imx6sl_phy() argument
198 return mxs_phy->data == &imx6sl_phy_data; in is_imx6sl_phy()
210 static void mxs_phy_tx_init(struct mxs_phy *mxs_phy) in mxs_phy_tx_init() argument
212 void __iomem *base = mxs_phy->phy.io_priv; in mxs_phy_tx_init()
216 if (mxs_phy->tx_reg_mask) { in mxs_phy_tx_init()
218 phytx &= ~mxs_phy->tx_reg_mask; in mxs_phy_tx_init()
[all …]