Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/drivers/usb/host/
Dxhci-dwc3.c40 setbits_le32(&dwc3_reg->g_usb2phycfg, DWC3_GUSB2PHYCFG_PHYSOFTRST); in dwc3_phy_reset()
48 clrbits_le32(&dwc3_reg->g_usb2phycfg, DWC3_GUSB2PHYCFG_PHYSOFTRST); in dwc3_phy_reset()
138 reg = readl(&dwc3_reg->g_usb2phycfg[0]); in xhci_dwc3_probe()
156 writel(reg, &dwc3_reg->g_usb2phycfg[0]); in xhci_dwc3_probe()
Dxhci-rockchip.c69 reg = readl(&dwc3_reg->g_usb2phycfg[0]); in rockchip_dwc3_phy_setup()
91 writel(reg, &dwc3_reg->g_usb2phycfg[0]); in rockchip_dwc3_phy_setup()
/third_party/uboot/u-boot-2020.01/include/linux/usb/
Ddwc3.h99 u32 g_usb2phycfg[16]; member