Searched refs:ep_idx (Results 1 – 2 of 2) sorted by relevance
430 static void s3c_hsudc_epin_intr(struct s3c_hsudc *hsudc, u32 ep_idx) in s3c_hsudc_epin_intr() argument432 struct s3c_hsudc_ep *hsep = &hsudc->ep[ep_idx]; in s3c_hsudc_epin_intr()463 static void s3c_hsudc_epout_intr(struct s3c_hsudc *hsudc, u32 ep_idx) in s3c_hsudc_epout_intr() argument465 struct s3c_hsudc_ep *hsep = &hsudc->ep[ep_idx]; in s3c_hsudc_epout_intr()1060 u32 ep_idx; in s3c_hsudc_irq() local1101 for (ep_idx = 0; ep_idx < hsudc->pd->epnum; ep_idx++) { in s3c_hsudc_irq()1102 hsep = &hsudc->ep[ep_idx]; in s3c_hsudc_irq()1118 ep_idx = 1; in s3c_hsudc_irq()1121 hsep = &hsudc->ep[ep_idx]; in s3c_hsudc_irq()1122 set_index(hsudc, ep_idx); in s3c_hsudc_irq()[all …]
1436 static void s3c_hsotg_rx_data(struct dwc2_hsotg *hsotg, int ep_idx, int size) in s3c_hsotg_rx_data() argument1438 struct s3c_hsotg_ep *hs_ep = hsotg->eps_out[ep_idx]; in s3c_hsotg_rx_data()1440 void __iomem *fifo = hsotg->regs + EPFIFO(ep_idx); in s3c_hsotg_rx_data()1447 u32 epctl = readl(hsotg->regs + DOEPCTL(ep_idx)); in s3c_hsotg_rx_data()1452 __func__, size, ep_idx, epctl); in s3c_hsotg_rx_data()