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

  /src/sys/arch/powerpc/pic/
openpic_common.c 71 x = openpic_read(OPENPIC_CPU_PRIORITY(cpu));
74 openpic_write(OPENPIC_CPU_PRIORITY(cpu), x);
  /src/sys/arch/powerpc/powerpc/
openpic.c 41 x = openpic_read(OPENPIC_CPU_PRIORITY(cpu));
44 openpic_write(OPENPIC_CPU_PRIORITY(cpu), x);
  /src/sys/arch/powerpc/include/
openpicreg.h 107 #define OPENPIC_CPU_PRIORITY(cpu) (0x20080 + (cpu) * 0x1000)
  /src/sys/arch/macppc/macppc/
pic_u3_ht.c 562 x = u3_ht_read(u3_ht, OPENPIC_CPU_PRIORITY(cpu));
565 u3_ht_write(u3_ht, OPENPIC_CPU_PRIORITY(cpu), x);

Completed in 35 milliseconds