Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/gadget/
H A Dci_udc.c48 #define ILIST_ENT_SZ roundup(ILIST_ENT_RAW_SZ, ILIST_ALIGN) macro
50 #define ILIST_SZ (NUM_ENDPOINTS * 2 * ILIST_ENT_SZ)
172 uint8_t *imem = controller.items_mem + (index * ILIST_ENT_SZ); in ci_get_qtd()
216 const unsigned long end = start + 2 * ILIST_ENT_SZ; in ci_flush_qtd()
230 const unsigned long end = (unsigned long)td + ILIST_ENT_SZ; in ci_flush_td()
244 const unsigned long end = start + 2 * ILIST_ENT_SZ; in ci_invalidate_qtd()
258 const unsigned long end = start + ILIST_ENT_SZ; in ci_invalidate_td()
468 memalign(ILIST_ALIGN, ILIST_ENT_SZ); in ci_ep_submit_next_request()
471 memset(dtd, 0, ILIST_ENT_SZ); in ci_ep_submit_next_request()