Home
last modified time | relevance | path

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

/drivers/usb/dwc2/
Dgadget.c218 GRSTCTL_RXFFLSH, hsotg->regs + GRSTCTL); in dwc2_hsotg_init_fifo()
223 val = dwc2_readl(hsotg->regs + GRSTCTL); in dwc2_hsotg_init_fifo()
1794 hsotg->regs + GRSTCTL); in dwc2_hsotg_txfifo_flush()
1800 val = dwc2_readl(hsotg->regs + GRSTCTL); in dwc2_hsotg_txfifo_flush()
2255 dwc2_writel(GRSTCTL_CSFTRST, hsotg->regs + GRSTCTL); in dwc2_hsotg_corereset()
2259 grstctl = dwc2_readl(hsotg->regs + GRSTCTL); in dwc2_hsotg_corereset()
2270 u32 grstctl = dwc2_readl(hsotg->regs + GRSTCTL); in dwc2_hsotg_corereset()
2931 GRSTCTL_TXFFLSH, hsotg->regs + GRSTCTL); in dwc2_hsotg_ep_stop_xfr()
2933 if (dwc2_hsotg_wait_bit_set(hsotg, GRSTCTL, in dwc2_hsotg_ep_stop_xfr()
Dcore.c495 greset = dwc2_readl(hsotg->regs + GRSTCTL); in dwc2_core_reset()
507 dwc2_writel(greset, hsotg->regs + GRSTCTL); in dwc2_core_reset()
510 greset = dwc2_readl(hsotg->regs + GRSTCTL); in dwc2_core_reset()
2259 addr = hsotg->regs + GRSTCTL; in dwc2_dump_global_registers()
2341 dwc2_writel(greset, hsotg->regs + GRSTCTL); in dwc2_flush_tx_fifo()
2344 greset = dwc2_readl(hsotg->regs + GRSTCTL); in dwc2_flush_tx_fifo()
2372 dwc2_writel(greset, hsotg->regs + GRSTCTL); in dwc2_flush_rx_fifo()
2375 greset = dwc2_readl(hsotg->regs + GRSTCTL); in dwc2_flush_rx_fifo()
Dhw.h118 #define GRSTCTL HSOTG_REG(0x010) macro
Ddebugfs.c411 dump_register(GRSTCTL),