Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci-dwc3.c31 clrsetbits_le32(&dwc3_reg->g_ctl, in dwc3_set_mode()
56 setbits_le32(&dwc3_reg->g_ctl, DWC3_GCTL_CORESOFTRESET); in dwc3_core_soft_reset()
64 clrbits_le32(&dwc3_reg->g_ctl, DWC3_GCTL_CORESOFTRESET); in dwc3_core_soft_reset()
84 reg = readl(&dwc3_reg->g_ctl); in dwc3_core_init()
104 writel(reg, &dwc3_reg->g_ctl); in dwc3_core_init()
H A Dxhci-keystone.c167 writel(val, &dwc3_reg->g_ctl); in keystone_xhci_phy_suspend()
/rk3399_rockchip-uboot/include/linux/usb/
H A Ddwc3.h62 u32 g_ctl; member