Searched refs:EP_QUEUE_HEAD_MAX_PKT_LEN_POS (Results 1 - 4 of 4) sorted by last modified time

/linux-master/drivers/usb/gadget/udc/
H A Dfsl_udc_core.c490 tmp = (max_pkt_len << EP_QUEUE_HEAD_MAX_PKT_LEN_POS)
494 tmp = (max_pkt_len << EP_QUEUE_HEAD_MAX_PKT_LEN_POS)
499 tmp = max_pkt_len << EP_QUEUE_HEAD_MAX_PKT_LEN_POS;
H A Dfsl_usb2_udc.h386 #define EP_QUEUE_HEAD_MAX_PKT_LEN_POS 16 macro
H A Dmv_udc_core.c85 (EP0_MAX_PKT_SIZE << EP_QUEUE_HEAD_MAX_PKT_LEN_POS)
502 dqh->max_packet_length = (max << EP_QUEUE_HEAD_MAX_PKT_LEN_POS)
H A Dmv_udc.h251 #define EP_QUEUE_HEAD_MAX_PKT_LEN_POS 16 macro

Completed in 279 milliseconds