Home
last modified time | relevance | path

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

/DragonOS-0.1.7/kernel/src/driver/usb/xhci/
Dxhci.c46 … const int max_packet, const int max_burst, const int type, const int direction,
934 … const int max_packet, const int max_burst, const int type, const int direction, in xhci_initialize_ep() argument
954 kdebug("max_packet=%d, max_burst=%d", max_packet, max_burst); in xhci_initialize_ep()
968 ep_ctx.max_burst_size = max_burst; in xhci_initialize_ep()
974 ep_ctx.max_burst_size = max_burst; in xhci_initialize_ep()
978 ep_ctx.max_esti_payload_hi = ((max_packet * (max_burst + 1)) >> 8) & 0xff; in xhci_initialize_ep()
979 ep_ctx.max_esti_payload_lo = ((max_packet * (max_burst + 1))) & 0xff; in xhci_initialize_ep()