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

/openbsd-current/sys/dev/usb/dwc2/
H A Ddwc2_hcdintr.c462 hctsiz = dwc2_readl(hsotg, HCTSIZ(chnum));
539 hctsiz = dwc2_readl(hsotg, HCTSIZ(chnum));
562 u32 hctsiz = dwc2_readl(hsotg, HCTSIZ(chnum));
940 u32 hctsiz = dwc2_readl(hsotg, HCTSIZ(chnum));
986 hctsiz = dwc2_readl(hsotg, HCTSIZ(chnum));
1212 hctsiz = dwc2_readl(hsotg, HCTSIZ(chnum));
1595 hctsiz = dwc2_readl(hsotg, HCTSIZ(chnum));
1810 hctsiz = dwc2_readl(hsotg, HCTSIZ(chnum));
H A Ddwc2_core.c704 addr = HCTSIZ(i);
705 dev_dbg(hsotg->dev, "HCTSIZ @0x%08lX : 0x%08X\n",
706 (unsigned long)addr, dwc2_readl(hsotg, HCTSIZ(i)));
H A Ddwc2_hw.h812 #define HCTSIZ(_ch) HSOTG_REG(0x0510 + 0x20 * (_ch)) macro
H A Ddwc2_hcd.c469 hctsiz = dwc2_readl(hsotg, HCTSIZ(chan->hc_num));
1193 * the HCTSIZ register, then the channel is enabled.
1207 dwc2_writel(hsotg, hctsiz, HCTSIZ(chan->hc_num));
1237 * For a PING transfer in Slave mode, the Do Ping bit is set in the HCTSIZ
1239 * causes a single PING transaction to occur. Other fields in HCTSIZ are
1242 * For a PING transfer in DMA mode, the HCTSIZ register is initialized with
1244 * addition, the Do Ping bit is set in the HCTSIZ register. In this case, the
1373 dwc2_writel(hsotg, hctsiz, HCTSIZ(chan->hc_num));
1375 dev_vdbg(hsotg->dev, "Wrote %08x to HCTSIZ(%d)\n",
1463 * Initializes HCTSIZ registe
[all...]

Completed in 140 milliseconds