Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dci_udc.c42 #define ILIST_ALIGN roundup(ARCH_DMA_MINALIGN, 32) macro
49 #define ILIST_ENT_SZ roundup(ILIST_ENT_RAW_SZ, ILIST_ALIGN)
465 memalign(ILIST_ALIGN, ILIST_ENT_SZ); in ci_ep_submit_next_request()
930 controller.items_mem = memalign(ILIST_ALIGN, ILIST_SZ); in ci_udc_probe()