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

/openbsd-current/sys/dev/usb/dwc2/
H A Ddwc2_core.c803 addr = HPTXFSIZ;
804 dev_dbg(hsotg->dev, "HPTXFSIZ @0x%08lX : 0x%08X\n",
805 (unsigned long)addr, dwc2_readl(hsotg, HPTXFSIZ));
H A Ddwc2_hw.h435 #define HPTXFSIZ HSOTG_REG(0x100) macro
441 /* These apply to the GNPTXFSIZ, HPTXFSIZ and DPTXFSIZN registers */
H A Ddwc2_params.c871 hptxfsiz = dwc2_readl(hsotg, HPTXFSIZ);
H A Ddwc2_hcd.c338 dwc2_readl(hsotg, HPTXFSIZ));
344 dwc2_writel(hsotg, hptxfsiz, HPTXFSIZ);
346 dwc2_readl(hsotg, HPTXFSIZ));
5466 hr->hptxfsiz = dwc2_readl(hsotg, HPTXFSIZ);
5503 dwc2_writel(hsotg, hr->hptxfsiz, HPTXFSIZ);

Completed in 257 milliseconds