Searched refs:GGPIO (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/usb/dwc2/ |
A D | platform.c | 574 ggpio = dwc2_readl(hsotg, GGPIO); in dwc2_driver_probe() 577 dwc2_writel(hsotg, ggpio, GGPIO); in dwc2_driver_probe() 700 ggpio = dwc2_readl(dwc2, GGPIO); in dwc2_suspend() 703 dwc2_writel(dwc2, ggpio, GGPIO); in dwc2_suspend() 737 ggpio = dwc2_readl(dwc2, GGPIO); in dwc2_resume() 740 dwc2_writel(dwc2, ggpio, GGPIO); in dwc2_resume()
|
A D | core.c | 766 addr = hsotg->regs + GGPIO; in dwc2_dump_global_registers() 768 (unsigned long)addr, dwc2_readl(hsotg, GGPIO)); in dwc2_dump_global_registers() 1036 ggpio = dwc2_readl(hsotg, GGPIO); in dwc2_fs_phy_init() 1044 dwc2_writel(hsotg, ggpio, GGPIO); in dwc2_fs_phy_init()
|
A D | hw.h | 236 #define GGPIO HSOTG_REG(0x0038) macro
|
A D | debugfs.c | 354 dump_register(GGPIO),
|
/linux/drivers/usb/dwc3/ |
A D | debugfs.c | 69 dump_register(GGPIO),
|
Completed in 14 milliseconds