Searched refs:mxs_phy (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/phy/ |
D | phy-mxs-usb.c | 120 #define to_mxs_phy(p) container_of((p), struct mxs_phy, phy) 199 struct mxs_phy { struct 209 static inline bool is_imx6q_phy(struct mxs_phy *mxs_phy) in is_imx6q_phy() argument 211 return mxs_phy->data == &imx6q_phy_data; in is_imx6q_phy() 214 static inline bool is_imx6sl_phy(struct mxs_phy *mxs_phy) in is_imx6sl_phy() argument 216 return mxs_phy->data == &imx6sl_phy_data; in is_imx6sl_phy() 219 static inline bool is_imx7ulp_phy(struct mxs_phy *mxs_phy) in is_imx7ulp_phy() argument 221 return mxs_phy->data == &imx7ulp_phy_data; in is_imx7ulp_phy() 233 static void mxs_phy_tx_init(struct mxs_phy *mxs_phy) in mxs_phy_tx_init() argument 235 void __iomem *base = mxs_phy->phy.io_priv; in mxs_phy_tx_init() [all …]
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0034_linux_drivers_usb_vfio_wdt_tty_uio.patch | 6223 #define DRIVER_NAME "mxs_phy" 6282 #define to_mxs_phy(p) container_of((p), struct mxs_phy, phy) 6342 @@ -201,9 +268,14 @@ struct mxs_phy { 6356 static inline bool is_imx6q_phy(struct mxs_phy *mxs_phy) 6357 @@ -221,6 +293,11 @@ static inline bool is_imx7ulp_phy(struct mxs_phy *mxs_phy) 6358 return mxs_phy->data == &imx7ulp_phy_data; 6361 +static inline bool is_imx6ul_phy(struct mxs_phy *mxs_phy) 6363 + return mxs_phy->data == &imx6ul_phy_data; 6369 @@ -288,6 +365,16 @@ static int mxs_phy_hw_init(struct mxs_phy *mxs_phy) 6373 + if (mxs_phy->phy_3p0) { [all …]
|