Home
last modified time | relevance | path

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

/u-boot/drivers/usb/host/
A Dxhci-mem.c69 xhci_dma_unmap(ctrl, seg->dma, SEGMENT_SIZE); in xhci_segment_free()
296 seg->trbs = xhci_malloc(SEGMENT_SIZE); in xhci_segment_alloc()
297 seg->dma = xhci_dma_map(ctrl, seg->trbs, SEGMENT_SIZE); in xhci_segment_alloc()
/u-boot/include/usb/
A Dxhci.h991 #define SEGMENT_SIZE (TRBS_PER_SEGMENT*16) macro

Completed in 14 milliseconds