Home
last modified time | relevance | path

Searched refs:OPENPIC_CPU_PRIORITY (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/powerpc/pic/
H A Dopenpic_common.c71 x = openpic_read(OPENPIC_CPU_PRIORITY(cpu)); in openpic_set_priority()
74 openpic_write(OPENPIC_CPU_PRIORITY(cpu), x); in openpic_set_priority()
/netbsd-src/sys/arch/powerpc/powerpc/
H A Dopenpic.c41 x = openpic_read(OPENPIC_CPU_PRIORITY(cpu)); in openpic_set_priority()
44 openpic_write(OPENPIC_CPU_PRIORITY(cpu), x); in openpic_set_priority()
/netbsd-src/sys/arch/powerpc/include/
H A Dopenpicreg.h107 #define OPENPIC_CPU_PRIORITY(cpu) (0x20080 + (cpu) * 0x1000) macro
/netbsd-src/sys/arch/macppc/macppc/
H A Dpic_u3_ht.c562 x = u3_ht_read(u3_ht, OPENPIC_CPU_PRIORITY(cpu)); in u3_ht_set_priority()
565 u3_ht_write(u3_ht, OPENPIC_CPU_PRIORITY(cpu), x); in u3_ht_set_priority()