Searched refs:EP_QUEUE_HEAD_MAX_PKT_LEN_POS (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dfsl_usb2_udc.h374 #define EP_QUEUE_HEAD_MAX_PKT_LEN_POS 16 macro
H A Dfsl_udc_core.c398 tmp = (max_pkt_len << EP_QUEUE_HEAD_MAX_PKT_LEN_POS)
402 tmp = (max_pkt_len << EP_QUEUE_HEAD_MAX_PKT_LEN_POS)
407 tmp = max_pkt_len << EP_QUEUE_HEAD_MAX_PKT_LEN_POS;

Completed in 125 milliseconds