Home
last modified time | relevance | path

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

/drivers/usb/host/
Dxhci-mem.c1246 ep0_ctx->ep_info2 |= cpu_to_le32(MAX_BURST(0) | ERROR_COUNT(3) | in xhci_setup_addressable_virt_dev()
1536 MAX_BURST(max_burst)); in xhci_endpoint_init()
Dxhci.h747 #define MAX_BURST(p) (((p)&0xff) << 8) macro