Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/udc/
Dfsl_udc_core.c487 unsigned int max_pkt_len, in struct_ep_qh_setup() argument
497 tmp = (max_pkt_len << EP_QUEUE_HEAD_MAX_PKT_LEN_POS) in struct_ep_qh_setup()
501 tmp = (max_pkt_len << EP_QUEUE_HEAD_MAX_PKT_LEN_POS) in struct_ep_qh_setup()
506 tmp = max_pkt_len << EP_QUEUE_HEAD_MAX_PKT_LEN_POS; in struct_ep_qh_setup()