Home
last modified time | relevance | path

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

/drivers/usb/dwc2/
Dcore.c605 grxfsiz = readl(hsotg->regs + GRXFSIZ); in dwc2_config_fifos()
610 writel(grxfsiz, hsotg->regs + GRXFSIZ); in dwc2_config_fifos()
611 dev_dbg(hsotg->dev, "new grxfsiz=%08x\n", readl(hsotg->regs + GRXFSIZ)); in dwc2_config_fifos()
1913 addr = hsotg->regs + GRXFSIZ; in dwc2_dump_global_registers()
2695 grxfsiz = readl(hsotg->regs + GRXFSIZ); in dwc2_get_hwparams()
Dhw.h191 #define GRXFSIZ HSOTG_REG(0x024) macro
Dgadget.c172 writel(2048, hsotg->regs + GRXFSIZ); in s3c_hsotg_init_fifo()
2847 readl(hsotg->regs + GRXFSIZ), in s3c_hsotg_init()
3099 readl(regs + GRXFSIZ), readl(regs + GNPTXFSIZ)); in s3c_hsotg_dump()
3218 seq_printf(seq, "RXFIFO: Size %d\n", readl(regs + GRXFSIZ)); in fifo_show()