Searched refs:EP_MULT (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/usb/host/ | ||
D | xhci.h | 608 #define EP_MULT(p) (((p) & 0x3) << 8) macro |
D | xhci-mem.c | 1189 ep_ctx->ep_info |= EP_MULT(xhci_get_endpoint_mult(udev, ep)); in xhci_endpoint_init() |