Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0001-binutils-crosssdk-Generate-relocatable-SDKs.patch43 DEFAULT_DATA_ALIGNMENT="ALIGN(${SEGMENT_SIZE})"
48 @@ -323,10 +324,12 @@ DEFAULT_DATA_ALIGNMENT="ALIGN(${SEGMENT_SIZE})"
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h994 #define SEGMENT_SIZE (TRBS_PER_SEGMENT*16) macro
H A Dxhci-mem.c280 seg->trbs = (union xhci_trb *)xhci_malloc(SEGMENT_SIZE); in xhci_segment_alloc()