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

  /src/sys/arch/evbarm/armadaxp/
armadaxp_machdep.c 403 #ifndef CONSFREQ
404 #define CONSFREQ 0
407 static const int comcnfreq = CONSFREQ;
  /src/sys/arch/evbmips/rmixl/
machdep.c 145 #ifndef CONSFREQ
146 # define CONSFREQ 66000000
158 int comcnfreq = CONSFREQ;
  /src/sys/arch/evbppc/mpc85xx/
machdep.c 131 #ifndef CONSFREQ
132 # define CONSFREQ -1 /* inherit from firmware */
144 int comcnfreq = CONSFREQ;

Completed in 15 milliseconds