Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/gadget/
H A Dci_udc.c41 #define ILIST_ALIGN roundup(ARCH_DMA_MINALIGN, 32) macro
48 #define ILIST_ENT_SZ roundup(ILIST_ENT_RAW_SZ, ILIST_ALIGN)
468 memalign(ILIST_ALIGN, ILIST_ENT_SZ); in ci_ep_submit_next_request()
936 controller.items_mem = memalign(ILIST_ALIGN, ILIST_SZ); in ci_udc_probe()