Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dci_udc.c49 #define ILIST_ENT_SZ roundup(ILIST_ENT_RAW_SZ, ILIST_ALIGN) macro
51 #define ILIST_SZ (NUM_ENDPOINTS * 2 * ILIST_ENT_SZ)
169 uint8_t *imem = controller.items_mem + (index * ILIST_ENT_SZ); in ci_get_qtd()
213 const unsigned long end = start + 2 * ILIST_ENT_SZ; in ci_flush_qtd()
227 const unsigned long end = (unsigned long)td + ILIST_ENT_SZ; in ci_flush_td()
241 const unsigned long end = start + 2 * ILIST_ENT_SZ; in ci_invalidate_qtd()
255 const unsigned long end = start + ILIST_ENT_SZ; in ci_invalidate_td()
465 memalign(ILIST_ALIGN, ILIST_ENT_SZ); in ci_ep_submit_next_request()
468 memset(dtd, 0, ILIST_ENT_SZ); in ci_ep_submit_next_request()