Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
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()
Dxhci-keystone.c169 val = readl(&dwc3_reg->g_usb2phycfg[0]); in keystone_xhci_phy_suspend()
173 writel(val, &dwc3_reg->g_usb2phycfg[0]); in keystone_xhci_phy_suspend()
Dxhci-dwc3.c39 setbits_le32(&dwc3_reg->g_usb2phycfg, DWC3_GUSB2PHYCFG_PHYSOFTRST); in dwc3_phy_reset()
47 clrbits_le32(&dwc3_reg->g_usb2phycfg, DWC3_GUSB2PHYCFG_PHYSOFTRST); in dwc3_phy_reset()
/external/u-boot/include/linux/usb/
Ddwc3.h99 u32 g_usb2phycfg[16]; member