Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/dwc2/
Dcore.c616 readl(hsotg->regs + HPTXFSIZ)); in dwc2_config_fifos()
622 writel(hptxfsiz, hsotg->regs + HPTXFSIZ); in dwc2_config_fifos()
624 readl(hsotg->regs + HPTXFSIZ)); in dwc2_config_fifos()
1948 addr = hsotg->regs + HPTXFSIZ; in dwc2_dump_global_registers()
2700 hptxfsiz = readl(hsotg->regs + HPTXFSIZ); in dwc2_get_hwparams()
Dhw.h397 #define HPTXFSIZ HSOTG_REG(0x100) macro