Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/emxx_udc/
Demxx_udc.c613 u32 iMaxLength = EP0_PACKETSIZE; in EP0_in_PIO() local
620 if (iMaxLength < length) in EP0_in_PIO()
621 iWordLength = iMaxLength / sizeof(u32); in EP0_in_PIO()