HomeSort by: relevance | last modified time | path
    Searched defs:dword_count (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/dwc2/dist/
dwc2_core.c 1770 u32 dword_count; local in function:dwc2_hc_write_packet
1785 dword_count = (byte_count + 3) / 4;
1789 for (i = 0; i < dword_count; i++, data_buf++)
1793 for (i = 0; i < dword_count; i++, data_buf++) {
dwc2_core.c 1770 u32 dword_count; local in function:dwc2_hc_write_packet
1785 dword_count = (byte_count + 3) / 4;
1789 for (i = 0; i < dword_count; i++, data_buf++)
1793 for (i = 0; i < dword_count; i++, data_buf++) {

Completed in 25 milliseconds