Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dxhci-rockchip.c86 reg &= ~DWC3_GUSB2PHYCFG_U2_FREECLK_EXISTS; in rockchip_dwc3_phy_setup()
Dxhci-dwc3.c151 reg &= ~DWC3_GUSB2PHYCFG_U2_FREECLK_EXISTS; in xhci_dwc3_probe()
/external/u-boot/include/linux/usb/
Ddwc3.h182 #define DWC3_GUSB2PHYCFG_U2_FREECLK_EXISTS (1 << 30) macro