Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/dwc2/
Dgadget.c1447 u32 epctl = readl(hsotg->regs + DOEPCTL(ep_idx)); in s3c_hsotg_rx_data() local
1452 __func__, size, ep_idx, epctl); in s3c_hsotg_rx_data()
1988 int epctl = readl(hsotg->regs + epctl_reg); in s3c_hsotg_epint() local
1992 if ((epctl & DXEPCTL_STALL) && in s3c_hsotg_epint()
1993 (epctl & DXEPCTL_EPTYPE_BULK)) { in s3c_hsotg_epint()
2850 u32 epctl; in s3c_hsotg_ep_sethalt() local
2866 epctl = readl(hs->regs + epreg); in s3c_hsotg_ep_sethalt()
2869 epctl |= DXEPCTL_STALL + DXEPCTL_SNAK; in s3c_hsotg_ep_sethalt()
2870 if (epctl & DXEPCTL_EPENA) in s3c_hsotg_ep_sethalt()
2871 epctl |= DXEPCTL_EPDIS; in s3c_hsotg_ep_sethalt()
[all …]