Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/driver/usb/xhci/
Dxhci.c46 … const int max_packet, const int max_burst, const int type, const int direction,
932 … const int max_packet, const int max_burst, const int type, const int direction, in xhci_initialize_ep() argument
952 kdebug("max_packet=%d, max_burst=%d", max_packet, max_burst); in xhci_initialize_ep()
966 ep_ctx.max_burst_size = max_burst; in xhci_initialize_ep()
972 ep_ctx.max_burst_size = max_burst; in xhci_initialize_ep()
976 ep_ctx.max_esti_payload_hi = ((max_packet * (max_burst + 1)) >> 8) & 0xff; in xhci_initialize_ep()
977 ep_ctx.max_esti_payload_lo = ((max_packet * (max_burst + 1))) & 0xff; in xhci_initialize_ep()