Searched refs:hcchar (Results 1 - 4 of 4) sorted by last modified time

/drivers/usb/dwc2/
H A Dcore.c730 u32 hcchar; local
735 hcchar = readl(hsotg->regs + HCCHAR(i));
736 hcchar &= ~HCCHAR_CHENA;
737 hcchar |= HCCHAR_CHDIS;
738 hcchar &= ~HCCHAR_EPDIR;
739 writel(hcchar, hsotg->regs + HCCHAR(i));
746 hcchar = readl(hsotg->regs + HCCHAR(i));
747 hcchar |= HCCHAR_CHENA | HCCHAR_CHDIS;
748 hcchar &= ~HCCHAR_EPDIR;
749 writel(hcchar, hsot
941 u32 hcchar; local
1055 u32 nptxsts, hptxsts, hcchar; local
1224 dwc2_hc_set_even_odd_frame(struct dwc2_hsotg *hsotg, struct dwc2_host_chan *chan, u32 *hcchar) argument
1349 u32 hcchar; local
1549 u32 hcchar; local
1664 u32 hcchar = readl(hsotg->regs + HCCHAR(chan->hc_num)); local
1682 u32 hcchar = readl(hsotg->regs + local
1709 u32 hcchar; local
[all...]
H A Dhcd.c74 u32 hcchar; local
83 hcchar = readl(hsotg->regs + HCCHAR(chan->hc_num));
89 dev_dbg(hsotg->dev, " hcchar 0x%08x, hcsplt 0x%08x\n",
90 hcchar, hcsplt);
222 u32 hcchar; local
231 hcchar = readl(hsotg->regs + HCCHAR(i));
232 if (hcchar & HCCHAR_CHENA) {
233 hcchar &= ~(HCCHAR_CHENA | HCCHAR_EPDIR);
234 hcchar |= HCCHAR_CHDIS;
235 writel(hcchar, hsot
1918 u32 hfnum, hcchar, hctsiz, hcint, hcintmsk; local
[all...]
H A Dhcd_intr.c1459 u32 hcchar; local
1472 hcchar = readl(hsotg->regs + HCCHAR(chnum));
1478 dev_err(hsotg->dev, " hcchar 0x%08x, hcsplt 0x%08x\n", hcchar, hcsplt);
1678 u32 hcchar; local
1688 hcchar = readl(hsotg->regs + HCCHAR(chnum));
1696 "channel %d, hcchar 0x%08x, hctsiz 0x%08x,\n",
1697 chnum, hcchar, hctsiz);
1711 * This code is here only as a check. hcchar.chdis should never be set
1715 hcchar
[all...]
/drivers/staging/octeon-usb/
H A Docteon-hcd.c1449 union cvmx_usbcx_hccharx hcchar; local
1455 hcchar.u32 = __cvmx_usb_read_csr32(usb,
1457 if (hcchar.s.epdir != CVMX_USB_DIRECTION_OUT)
1475 if ((hcchar.s.eptype == CVMX_USB_TRANSFER_INTERRUPT) ||
1476 (hcchar.s.eptype == CVMX_USB_TRANSFER_ISOCHRONOUS))

Completed in 101 milliseconds