Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/dwc3/
H A Dti_usb_phy.c86 struct ti_usb_phy { struct
116 static struct usb3_dpll_params *ti_usb3_get_dpll_params(struct ti_usb_phy *phy) in ti_usb3_get_dpll_params()
133 static int ti_usb3_dpll_wait_lock(struct ti_usb_phy *phy) in ti_usb3_dpll_wait_lock()
145 static int ti_usb3_dpll_program(struct ti_usb_phy *phy) in ti_usb3_dpll_program()
188 void ti_usb2_phy_power(struct ti_usb_phy *phy, int on) in ti_usb2_phy_power()
224 void ti_usb3_phy_power(struct ti_usb_phy *phy, int on) in ti_usb3_phy_power()
264 struct ti_usb_phy *phy; in ti_usb_phy_uboot_init()
301 struct ti_usb_phy *phy = NULL; in ti_usb_phy_uboot_exit()
H A DMakefile12 obj-$(CONFIG_USB_DWC3_PHY_OMAP) += ti_usb_phy.o