Searched refs:FRLISTEN_64_SIZE (Results 1 - 2 of 2) sorted by relevance

/drivers/usb/dwc2/
H A Dhcd_ddma.c57 return frame & (FRLISTEN_64_SIZE - 1);
132 4 * FRLISTEN_64_SIZE,
138 memset(hsotg->frame_list, 0, 4 * FRLISTEN_64_SIZE);
161 dma_free_coherent(hsotg->dev, 4 * FRLISTEN_64_SIZE, frame_list,
249 j = (j + inc) & (FRLISTEN_64_SIZE - 1);
486 fr_idx = (FRLISTEN_64_SIZE +
489 fr_idx = (fr_idx + fr_idx_tmp) % FRLISTEN_64_SIZE;
H A Dhw.h640 #define FRLISTEN_64_SIZE 64 macro

Completed in 145 milliseconds