Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-dwc3.c42 setbits_le32(&dwc3_reg->g_usb2phycfg, DWC3_GUSB2PHYCFG_PHYSOFTRST); in dwc3_phy_reset()
50 clrbits_le32(&dwc3_reg->g_usb2phycfg, DWC3_GUSB2PHYCFG_PHYSOFTRST); in dwc3_phy_reset()
140 reg = readl(&dwc3_reg->g_usb2phycfg[0]); in xhci_dwc3_probe()
158 writel(reg, &dwc3_reg->g_usb2phycfg[0]); in xhci_dwc3_probe()
H A Dxhci-keystone.c170 val = readl(&dwc3_reg->g_usb2phycfg[0]); in keystone_xhci_phy_suspend()
174 writel(val, &dwc3_reg->g_usb2phycfg[0]); in keystone_xhci_phy_suspend()
/OK3568_Linux_fs/u-boot/include/linux/usb/
H A Ddwc3.h100 u32 g_usb2phycfg[16]; member