Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dxhci.h1327 #define TRB_SEGMENT_SIZE (TRBS_PER_SEGMENT*16) macro
1328 #define TRB_SEGMENT_SHIFT (ilog2(TRB_SEGMENT_SIZE))
Dxhci-mem.c56 memset(seg->trbs, 0, TRB_SEGMENT_SIZE); in xhci_segment_alloc()
2420 TRB_SEGMENT_SIZE, TRB_SEGMENT_SIZE, xhci->page_size); in xhci_mem_init()