Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/usb/gadget/
Ds3c-hsotg.c1357 static void s3c_hsotg_rx_data(struct s3c_hsotg *hsotg, int ep_idx, int size) in s3c_hsotg_rx_data() argument
1359 struct s3c_hsotg_ep *hs_ep = &hsotg->eps[ep_idx]; in s3c_hsotg_rx_data()
1361 void __iomem *fifo = hsotg->regs + S3C_EPFIFO(ep_idx); in s3c_hsotg_rx_data()
1367 u32 epctl = readl(hsotg->regs + S3C_DOEPCTL(ep_idx)); in s3c_hsotg_rx_data()
1372 __func__, size, ep_idx, epctl); in s3c_hsotg_rx_data()