Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/emxx_udc/
Demxx_udc.c561 u32 iWordLength = 0; in EP0_out_PIO() local
566 iWordLength = length / sizeof(u32); in EP0_out_PIO()
570 if (iWordLength) { in EP0_out_PIO()
571 for (i = 0; i < iWordLength; i++) { in EP0_out_PIO()
575 nret = iWordLength * sizeof(u32); in EP0_out_PIO()
606 u32 iWordLength = 0; in EP0_in_PIO() local
613 iWordLength = iMaxLength / sizeof(u32); in EP0_in_PIO()
615 iWordLength = length / sizeof(u32); in EP0_in_PIO()
619 for (i = 0; i < iWordLength; i++) { in EP0_in_PIO()
892 u32 iWordLength; in _nbu2ss_epn_out_pio() local
[all …]