Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/emxx_udc/
Demxx_udc.c569 u32 iWordLength = 0; in EP0_out_PIO() local
574 iWordLength = length / sizeof(u32); in EP0_out_PIO()
578 if (iWordLength) { in EP0_out_PIO()
579 for (i = 0; i < iWordLength; i++) { in EP0_out_PIO()
583 nret = iWordLength * sizeof(u32); in EP0_out_PIO()
614 u32 iWordLength = 0; in EP0_in_PIO() local
621 iWordLength = iMaxLength / sizeof(u32); in EP0_in_PIO()
623 iWordLength = length / sizeof(u32); in EP0_in_PIO()
627 for (i = 0; i < iWordLength; i++) { in EP0_in_PIO()
902 u32 iWordLength; in _nbu2ss_epn_out_pio() local
[all …]