Lines Matching refs:index
230 int index = ep->index;
234 seq_printf(seq, "Endpoint index %d, named %s, dir %s:\n",
235 ep->index, ep->ep.name, decode_direction(ep->dir_in));
240 dwc2_readl(hsotg, DIEPCTL(index)),
241 dwc2_readl(hsotg, DOEPCTL(index)));
244 dwc2_readl(hsotg, DIEPDMA(index)),
245 dwc2_readl(hsotg, DOEPDMA(index)));
248 dwc2_readl(hsotg, DIEPINT(index)),
249 dwc2_readl(hsotg, DOEPINT(index)));
252 dwc2_readl(hsotg, DIEPTSIZ(index)),
253 dwc2_readl(hsotg, DOEPTSIZ(index)));