Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/usb/gadget/
Ds3c-hsotg.c1367 u32 epctl = readl(hsotg->regs + S3C_DOEPCTL(ep_idx)); in s3c_hsotg_rx_data() local
1372 __func__, size, ep_idx, epctl); in s3c_hsotg_rx_data()
2431 u32 epctl; in s3c_hsotg_ep_sethalt() local
2440 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 …]