Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc2/
H A Dcore.c773 addr = hsotg->regs + HPTXFSIZ; in dwc2_dump_global_registers()
775 (unsigned long)addr, dwc2_readl(hsotg, HPTXFSIZ)); in dwc2_dump_global_registers()
H A Dhw.h417 #define HPTXFSIZ HSOTG_REG(0x100) macro
H A Dhcd.c288 dwc2_readl(hsotg, HPTXFSIZ)); in dwc2_config_fifos()
294 dwc2_writel(hsotg, hptxfsiz, HPTXFSIZ); in dwc2_config_fifos()
296 dwc2_readl(hsotg, HPTXFSIZ)); in dwc2_config_fifos()
5427 hr->hptxfsiz = dwc2_readl(hsotg, HPTXFSIZ); in dwc2_backup_host_registers()
5471 dwc2_writel(hsotg, hr->hptxfsiz, HPTXFSIZ); in dwc2_restore_host_registers()
H A Ddebugfs.c365 dump_register(HPTXFSIZ),
H A Dparams.c905 hptxfsiz = dwc2_readl(hsotg, HPTXFSIZ); in dwc2_get_host_hwparams()