Searched refs:openpic_read (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/interrupt_controllers/openpic/
H A Dopenpic.cpp117 openpic_read(openpic_info *info, int reg) function
135 return openpic_read(info, OPENPIC_IACK(cpu)) & OPENPIC_VECTOR_MASK;
144 //openpic_read(info, OPENPIC_EOI(cpu));
155 x = openpic_read(info, OPENPIC_SRC_VECTOR(irq));
170 x = openpic_read(info, OPENPIC_SRC_VECTOR(irq));
181 x = openpic_read(info, OPENPIC_CPU_PRIORITY(cpu));
191 uint32 x = openpic_read(info, OPENPIC_FEATURE);
232 x = openpic_read(info, OPENPIC_CONFIG);

Completed in 116 milliseconds