Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/usb/
H A Dxhci.h995 #define SEGMENT_SIZE (TRBS_PER_SEGMENT*16) macro
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci-mem.c281 seg->trbs = (union xhci_trb *)xhci_malloc(SEGMENT_SIZE); in xhci_segment_alloc()