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

  /src/sys/arch/hppa/gsc/
harmony.c 141 * For the full list, see the definition of harmony_speeds below.
1145 } harmony_speeds[] = { variable in typeref:typename:const struct speed_struct[]
1167 for (i = 0; i < __arraycount(harmony_speeds); i++) {
1168 if (speed == harmony_speeds[i].speed) {
1169 return harmony_speeds[i].bits;

Completed in 12 milliseconds