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

  /src/sys/dev/usb/
uchcom.c 638 const uint32_t rate4x = rate * 4U; local in function:calc_divider_settings
648 try = rates4x[i] * 2 / rate4x;
654 score = abs((int)rate4x - rates4x[i] / try);
uchcom.c 638 const uint32_t rate4x = rate * 4U; local in function:calc_divider_settings
648 try = rates4x[i] * 2 / rate4x;
654 score = abs((int)rate4x - rates4x[i] / try);

Completed in 251 milliseconds