Searched refs:ggpio (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/dwc2/ |
| H A D | platform.c | 590 u32 ggpio; in dwc2_driver_probe() local 608 ggpio = dwc2_readl(hsotg, GGPIO); in dwc2_driver_probe() 609 ggpio |= GGPIO_STM32_OTG_GCCFG_IDEN; in dwc2_driver_probe() 610 ggpio |= GGPIO_STM32_OTG_GCCFG_VBDEN; in dwc2_driver_probe() 611 dwc2_writel(hsotg, ggpio, GGPIO); in dwc2_driver_probe() 720 u32 ggpio, gotgctl; in dwc2_suspend() local 741 ggpio = dwc2_readl(dwc2, GGPIO); in dwc2_suspend() 742 ggpio &= ~GGPIO_STM32_OTG_GCCFG_IDEN; in dwc2_suspend() 743 ggpio &= ~GGPIO_STM32_OTG_GCCFG_VBDEN; in dwc2_suspend() 744 dwc2_writel(dwc2, ggpio, GGPIO); in dwc2_suspend() [all …]
|
| H A D | core.c | 1076 u32 usbcfg, ggpio, i2cctl; in dwc2_fs_phy_init() local 1102 ggpio = dwc2_readl(hsotg, GGPIO); in dwc2_fs_phy_init() 1103 if (!(ggpio & GGPIO_STM32_OTG_GCCFG_PWRDWN)) { in dwc2_fs_phy_init() 1109 ggpio |= GGPIO_STM32_OTG_GCCFG_PWRDWN; in dwc2_fs_phy_init() 1110 dwc2_writel(hsotg, ggpio, GGPIO); in dwc2_fs_phy_init()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | dwc2_udc_otg_regs.h | 65 u32 ggpio; /* 0x038 */ member
|
| H A D | dwc2_udc_otg.c | 1179 setbits_le32(&usbotg_reg->ggpio, in dwc2_udc_otg_probe()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | dwc2.h | 47 u32 ggpio; member
|