Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/emxx_udc/
Demxx_udc.c577 u32 i_word_length = 0; in EP0_in_PIO() local
584 i_word_length = i_max_length / sizeof(u32); in EP0_in_PIO()
586 i_word_length = length / sizeof(u32); in EP0_in_PIO()
590 for (i = 0; i < i_word_length; i++) { in EP0_in_PIO()
852 u32 i_word_length; in _nbu2ss_epn_out_pio() local
867 i_word_length = length / sizeof(u32); in _nbu2ss_epn_out_pio()
868 if (i_word_length > 0) { in _nbu2ss_epn_out_pio()
871 for (i = 0; i < i_word_length; i++) { in _nbu2ss_epn_out_pio()
876 result = i_word_length * sizeof(u32); in _nbu2ss_epn_out_pio()
1058 u32 i_word_length; in _nbu2ss_epn_in_pio() local
[all …]