Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/
Dusb.c46 #define NUM_ENDPOINTS 16 macro
75 static setup_packet ctrl_req[NUM_ENDPOINTS]
80 static struct ep_type endpoints[NUM_ENDPOINTS]
148 for (i = 0; i < NUM_ENDPOINTS; i++) { in reset_endpoints()
236 ep = ep % NUM_ENDPOINTS; in usb_drv_release_endpoint()
237 if (ep < 1 || ep > NUM_ENDPOINTS) in usb_drv_release_endpoint()
398 ep_send(endpoint % NUM_ENDPOINTS, ptr, len); in usb_drv_send_nonblocking()
1179 memset(&endpoints, 0, sizeof(struct ep_type) * NUM_ENDPOINTS); in init_usb()