Lines Matching +full:usb2 +full:- +full:device +full:- +full:4
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * omap_control_phy.h - Header file for the PHY part of control module.
5 * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com
17 OMAP_CTRL_TYPE_DRA7USB2, /* USB2 PHY, power and power_aux e.g. DRA7 */
18 OMAP_CTRL_TYPE_AM437USB2, /* USB2 PHY, power e.g. AM437x */
22 struct device *dev;
47 #define OMAP_CTRL_DEV_IDDIG BIT(4)
69 void omap_control_phy_power(struct device *dev, int on);
70 void omap_control_usb_set_mode(struct device *dev,
72 void omap_control_pcie_pcs(struct device *dev, u8 delay);
75 static inline void omap_control_phy_power(struct device *dev, int on) in omap_control_phy_power()
79 static inline void omap_control_usb_set_mode(struct device *dev, in omap_control_usb_set_mode()
84 static inline void omap_control_pcie_pcs(struct device *dev, u8 delay) in omap_control_pcie_pcs()