Searched refs:epctl (Results 1 – 1 of 1) sorted by relevance
1367 u32 epctl = readl(hsotg->regs + S3C_DOEPCTL(ep_idx)); in s3c_hsotg_rx_data() local1372 __func__, size, ep_idx, epctl); in s3c_hsotg_rx_data()2431 u32 epctl; in s3c_hsotg_ep_sethalt() local2440 epctl = readl(hs->regs + epreg); in s3c_hsotg_ep_sethalt()2443 epctl |= S3C_DxEPCTL_Stall; in s3c_hsotg_ep_sethalt()2445 epctl &= ~S3C_DxEPCTL_Stall; in s3c_hsotg_ep_sethalt()2447 writel(epctl, hs->regs + epreg); in s3c_hsotg_ep_sethalt()2450 epctl = readl(hs->regs + epreg); in s3c_hsotg_ep_sethalt()2453 epctl |= S3C_DxEPCTL_Stall; in s3c_hsotg_ep_sethalt()2455 epctl &= ~S3C_DxEPCTL_Stall; in s3c_hsotg_ep_sethalt()[all …]