Searched refs:CPU_68060 (Results 1 – 3 of 3) sorted by relevance
215 #define CPU_68060 (1<<CPUB_68060) macro309 # define CPU_IS_060 (m68k_cputype & CPU_68060)
215 #define CPU_68060 (1<<CPUB_68060)291 # define CPU_IS_060 (boot_info.cputype & CPU_68060)
104 sprintf(model, "BVME%d000", m68k_cputype == CPU_68060 ? 6 : 4); in bvme6000_get_model()123 if (m68k_cputype == CPU_68060) in config_bvme6000()