Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/emxx_udc/
Demxx_udc.c605 u32 iMaxLength = EP0_PACKETSIZE; in EP0_in_PIO() local
612 if (iMaxLength < length) in EP0_in_PIO()
613 iWordLength = iMaxLength / sizeof(u32); in EP0_in_PIO()