Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/dwc2/
Dcore.c766 addr = hsotg->regs + HPTXFSIZ; in dwc2_dump_global_registers()
768 (unsigned long)addr, dwc2_readl(hsotg, HPTXFSIZ)); in dwc2_dump_global_registers()
Dhw.h403 #define HPTXFSIZ HSOTG_REG(0x100) macro
Ddebugfs.c365 dump_register(HPTXFSIZ),
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()
5415 hr->hptxfsiz = dwc2_readl(hsotg, HPTXFSIZ); in dwc2_backup_host_registers()
5452 dwc2_writel(hsotg, hr->hptxfsiz, HPTXFSIZ); in dwc2_restore_host_registers()
Dparams.c786 hptxfsiz = dwc2_readl(hsotg, HPTXFSIZ); in dwc2_get_host_hwparams()