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

  /src/sys/arch/evbppc/nintendo/
cpu.c 144 mtspr(SPR_SCR, mfspr(SPR_SCR) | SPR_SCR_WAKE(cpu_num));
  /src/sys/arch/powerpc/include/oea/
spr.h 149 #define SPR_SCR_WAKE(cpunum) (1U << (23 - (cpunum)))

Completed in 18 milliseconds