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

  /src/sys/arch/mmeye/stand/boot/
scif.c 47 #define CPU_IS_SH4 1
117 if (CPU_IS_SH4) {
125 if (CPU_IS_SH4 && ((err_c2 & SCLSR2_ORER) == 0))
150 if (CPU_IS_SH4) {
158 if (CPU_IS_SH4 && ((err_c2 & SCLSR2_ORER) == 0))
  /src/sys/arch/sh3/include/
cputypes.h 69 #define CPU_IS_SH4 (cpu_arch == CPU_ARCH_SH4)
72 #define CPU_IS_SH4 (/* CONSTCOND */0)
75 #define CPU_IS_SH4 (/* CONSTCOND */1)

Completed in 12 milliseconds