Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/interrupt_controllers/openpic/
H A Dopenpic.h102 #define OPENPIC_CPU_PRIORITY(cpu) (0x20080 + (cpu) * 0x1000) macro
H A Dopenpic.cpp181 x = openpic_read(info, OPENPIC_CPU_PRIORITY(cpu)); in openpic_set_priority()
184 openpic_write(info, OPENPIC_CPU_PRIORITY(cpu), x); in openpic_set_priority()