Home
last modified time | relevance | path

Searched refs:HPTXFSIZ (Results 1 – 2 of 2) sorted by relevance

/drivers/usb/dwc2/
Dcore.c626 readl(hsotg->regs + HPTXFSIZ)); in dwc2_config_fifos()
632 writel(hptxfsiz, hsotg->regs + HPTXFSIZ); in dwc2_config_fifos()
634 readl(hsotg->regs + HPTXFSIZ)); in dwc2_config_fifos()
1958 addr = hsotg->regs + HPTXFSIZ; in dwc2_dump_global_registers()
2710 hptxfsiz = readl(hsotg->regs + HPTXFSIZ); in dwc2_get_hwparams()
Dhw.h396 #define HPTXFSIZ HSOTG_REG(0x100) macro