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

  /src/sys/arch/arm/arm/
cpufunc.c 187 .cf_setup = arm6_setup
249 .cf_setup = arm7_setup
311 .cf_setup = arm7tdmi_setup
373 .cf_setup = arm8_setup
434 .cf_setup = arm9_setup
496 .cf_setup = arm10_setup
558 .cf_setup = arm10_setup
620 .cf_setup = arm11_setup
682 .cf_setup = arm11x6_setup
744 .cf_setup = arm11x6_setu
    [all...]
  /src/sys/arch/arm/include/
cpufunc.h 215 void (*cf_setup) (char *); member in struct:cpu_functions
265 #define cpu_setup(a) cpufuncs.cf_setup(a)

Completed in 12 milliseconds