Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dxhci.c496 int cur_ep; in xhci_set_configuration() local
527 for (cur_ep = 0; cur_ep < num_of_ep; cur_ep++) { in xhci_set_configuration()
528 ep_flag = xhci_get_ep_index(&ifdesc->ep_desc[cur_ep]); in xhci_set_configuration()
545 for (cur_ep = 0; cur_ep < num_of_ep; cur_ep++) { in xhci_set_configuration()
549 endpt_desc = &ifdesc->ep_desc[cur_ep]; in xhci_set_configuration()
550 ss_ep_comp_desc = &ifdesc->ss_ep_comp_desc[cur_ep]; in xhci_set_configuration()