HomeSort by relevance Sort by last modified time
    Searched refs:epts (Results 1 - 2 of 2) sorted by null

  /external/u-boot/drivers/usb/gadget/
ci_udc.c 154 return &controller.epts[(ep_num * 2) + dir_in];
890 writel((unsigned long)controller.epts, &udc->epinitaddr);
924 controller.epts = memalign(eplist_align, eplist_sz);
925 if (!controller.epts)
927 memset(controller.epts, 0, eplist_sz);
931 free(controller.epts);
944 head = controller.epts + i;
993 free(controller.epts);
1044 free(controller.epts);
ci_udc.h 105 struct ept_queue_head *epts; member in struct:ci_drv

Completed in 53 milliseconds