Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/dwc2/
Dcore.c128 greset = readl(hsotg->regs + GRSTCTL); in dwc2_core_reset()
140 writel(greset, hsotg->regs + GRSTCTL); in dwc2_core_reset()
143 greset = readl(hsotg->regs + GRSTCTL); in dwc2_core_reset()
1891 addr = hsotg->regs + GRSTCTL; in dwc2_dump_global_registers()
1973 writel(greset, hsotg->regs + GRSTCTL); in dwc2_flush_tx_fifo()
1976 greset = readl(hsotg->regs + GRSTCTL); in dwc2_flush_tx_fifo()
2004 writel(greset, hsotg->regs + GRSTCTL); in dwc2_flush_rx_fifo()
2007 greset = readl(hsotg->regs + GRSTCTL); in dwc2_flush_rx_fifo()
Dgadget.c224 GRSTCTL_RXFFLSH, hsotg->regs + GRSTCTL); in s3c_hsotg_init_fifo()
229 val = readl(hsotg->regs + GRSTCTL); in s3c_hsotg_init_fifo()
1774 hsotg->regs + GRSTCTL); in s3c_hsotg_txfifo_flush()
1780 val = readl(hsotg->regs + GRSTCTL); in s3c_hsotg_txfifo_flush()
2239 writel(GRSTCTL_CSFTRST, hsotg->regs + GRSTCTL); in s3c_hsotg_corereset()
2243 grstctl = readl(hsotg->regs + GRSTCTL); in s3c_hsotg_corereset()
2254 u32 grstctl = readl(hsotg->regs + GRSTCTL); in s3c_hsotg_corereset()
Dhw.h118 #define GRSTCTL HSOTG_REG(0x010) macro