Home
last modified time | relevance | path

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

/u-boot/drivers/usb/host/
A Dxhci.c530 int cur_ep; in xhci_set_configuration() local
561 for (cur_ep = 0; cur_ep < num_of_ep; cur_ep++) { in xhci_set_configuration()
562 ep_flag = xhci_get_ep_index(&ifdesc->ep_desc[cur_ep]); in xhci_set_configuration()
579 for (cur_ep = 0; cur_ep < num_of_ep; cur_ep++) { in xhci_set_configuration()
583 endpt_desc = &ifdesc->ep_desc[cur_ep]; in xhci_set_configuration()
584 ss_ep_comp_desc = &ifdesc->ss_ep_comp_desc[cur_ep]; in xhci_set_configuration()

Completed in 5 milliseconds