Searched refs:GRSTCTL (Results 1 – 3 of 3) sorted by relevance
128 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()
224 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()
118 #define GRSTCTL HSOTG_REG(0x010) macro