Searched refs:epctl (Results 1 – 1 of 1) sorted by relevance
1447 u32 epctl = readl(hsotg->regs + DOEPCTL(ep_idx)); in s3c_hsotg_rx_data() local1452 __func__, size, ep_idx, epctl); in s3c_hsotg_rx_data()1988 int epctl = readl(hsotg->regs + epctl_reg); in s3c_hsotg_epint() local1992 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() local2866 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 …]