Home
last modified time | relevance | path

Searched refs:EV69_CPU (Results 1 – 5 of 5) sorted by relevance

/linux/arch/alpha/kernel/
H A Dbugs.c17 return (cputype == EV6_CPU) || ((cputype >= EV67_CPU) && (cputype <= EV69_CPU)); in cpu_is_ev6_or_later()
H A Dtime.c305 [EV69_CPU] = { 1000000000, 1700000000 }, /* guess */ in validate_cc_value()
H A Dperf_event.c589 return (cputype >= EV67_CPU) && (cputype <= EV69_CPU); in supported_cpu()
H A Dsetup.c1293 case EV69_CPU: in determine_cpu_caches()
/linux/arch/alpha/include/asm/
H A Dhwrpb.h27 #define EV69_CPU 17 /* EV69 (21264/EV69A) */ macro