Home
last modified time | relevance | path

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

/openbmc/linux/arch/alpha/kernel/
H A Dbugs.c16 return (cputype == EV6_CPU) || ((cputype >= EV67_CPU) && (cputype <= EV69_CPU)); in cpu_is_ev6_or_later()
H A Dtime.c300 [EV67_CPU] = { 600000000, 750000000 }, in validate_cc_value()
H A Dperf_event.c589 return (cputype >= EV67_CPU) && (cputype <= EV69_CPU); in supported_cpu()
H A Dsetup.c1374 case EV67_CPU: in determine_cpu_caches()
/openbmc/linux/arch/alpha/include/asm/
H A Dhwrpb.h21 #define EV67_CPU 11 /* EV67 (21264A) */ macro