Searched refs:EP_OUT (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/dev/usb/dwc3/
H A Ddwc3-commands.c37 unsigned fifo_num = (EP_OUT(ep_num) || ep_num == EP0_IN ? 0 : ep_num >> 1);
H A Ddwc3.h27 #define EP_OUT(ep_num) (((ep_num) & 1) == 0) macro
H A Ddwc3-endpoints.c206 if (EP_OUT(ep_num)) {

Completed in 33 milliseconds