Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/
H A Dmv_udc.h251 #define EP_QUEUE_HEAD_MAX_PKT_LEN_POS 16 macro
H A Dfsl_usb2_udc.h386 #define EP_QUEUE_HEAD_MAX_PKT_LEN_POS 16 macro
H A Dfsl_udc_core.c489 tmp = (max_pkt_len << EP_QUEUE_HEAD_MAX_PKT_LEN_POS) in struct_ep_qh_setup()
493 tmp = (max_pkt_len << EP_QUEUE_HEAD_MAX_PKT_LEN_POS) in struct_ep_qh_setup()
498 tmp = max_pkt_len << EP_QUEUE_HEAD_MAX_PKT_LEN_POS; in struct_ep_qh_setup()
H A Dmv_udc_core.c85 (EP0_MAX_PKT_SIZE << EP_QUEUE_HEAD_MAX_PKT_LEN_POS) in ep0_reset()
502 dqh->max_packet_length = (max << EP_QUEUE_HEAD_MAX_PKT_LEN_POS) in mv_ep_enable()