Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/gadget/
H A Dci_udc.c927 const int eplist_raw_sz = num * sizeof(struct ept_queue_head); in ci_udc_probe() local
928 const int eplist_sz = roundup(eplist_raw_sz, ARCH_DMA_MINALIGN); in ci_udc_probe()