Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/dwc2/
H A Ddwc2_core.c803 addr = HPTXFSIZ; in dwc2_dump_global_registers()
805 (unsigned long)addr, dwc2_readl(hsotg, HPTXFSIZ)); in dwc2_dump_global_registers()
H A Ddwc2_hw.h435 #define HPTXFSIZ HSOTG_REG(0x100) macro
H A Ddwc2_hcd.c338 dwc2_readl(hsotg, HPTXFSIZ)); in dwc2_config_fifos()
344 dwc2_writel(hsotg, hptxfsiz, HPTXFSIZ); in dwc2_config_fifos()
346 dwc2_readl(hsotg, HPTXFSIZ)); in dwc2_config_fifos()
5466 hr->hptxfsiz = dwc2_readl(hsotg, HPTXFSIZ); in dwc2_backup_host_registers()
5503 dwc2_writel(hsotg, hr->hptxfsiz, HPTXFSIZ); in dwc2_restore_host_registers()
H A Ddwc2_params.c871 hptxfsiz = dwc2_readl(hsotg, HPTXFSIZ); in dwc2_get_host_hwparams()