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

/netbsd-6-1-5-RELEASE/sys/arch/powerpc/include/
H A Dopenpic.h35 static __inline uint32_t openpic_read(u_int);
41 openpic_read(u_int reg) function
59 return openpic_read(OPENPIC_IACK(cpu)) & OPENPIC_VECTOR_MASK;
66 openpic_read(OPENPIC_EOI(cpu));
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/powerpc/
H A Dopenpic.c17 x = openpic_read(OPENPIC_SRC_VECTOR(irq));
31 x = openpic_read(OPENPIC_SRC_VECTOR(irq));
41 x = openpic_read(OPENPIC_CPU_PRIORITY(cpu));
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/pic/
H A Dpic_openpic.c62 x = openpic_read(OPENPIC_FEATURE);
103 x = openpic_read(OPENPIC_CONFIG);
123 x = openpic_read(OPENPIC_CONFIG);
134 printf("timebase freq=%d\n", openpic_read(0x10f0));
170 x = openpic_read(OPENPIC_SRC_VECTOR(irq));
180 x = openpic_read(OPENPIC_SRC_VECTOR(irq));
H A Dipi_openpic.c65 x = openpic_read(OPENPIC_IPI_VECTOR(0));
67 x = bswap32(openpic_read(OPENPIC_IPI_VECTOR(1)));
69 x = openpic_read(OPENPIC_IPI_VECTOR(1));
H A Dopenpic_common.c70 x = openpic_read(OPENPIC_CPU_PRIORITY(cpu));
H A Dpic_mpcsoc.c96 x = openpic_read(OPENPIC_FEATURE);
140 printf("timebase freq=%d\n", openpic_read(0x10f0));
188 x = openpic_read(MPCPIC_IVEC(irq));
198 x = openpic_read(MPCPIC_IVEC(irq));
H A Dpic_distopenpic.c71 x = openpic_read(OPENPIC_FEATURE);
118 x = openpic_read(OPENPIC_CONFIG);
133 printf("timebase freq=%d\n", openpic_read(0x10f0));
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/booke/
H A De500_intr.c397 openpic_read(struct cpu_softc *cpu, bus_size_t offset) function
455 KASSERT(openpic_read(cpu, OPENPIC_CTPR) == ci->ci_cpl);
459 KASSERT(openpic_read(cpu, OPENPIC_CTPR) == old_ctpr);
462 KASSERT(openpic_read(cpu, OPENPIC_CTPR) == IPL2CTPR(ci->ci_cpl));
465 KASSERT(openpic_read(cpu, OPENPIC_CTPR) == ctpr);
714 uint32_t dr = openpic_read(cpu, ii.irq_dr);
766 uint32_t vpr = openpic_read(cpu, ii.irq_vpr);
772 while (openpic_read(cpu, ii.irq_vpr) & VPR_A)
840 || IPL2CTPR(old_ipl) != openpic_read(cpu, OPENPIC_CTPR))
844 15 - IPL_HIGH, openpic_read(cp
[all...]
H A De500_timer.c73 openpic_read(struct cpu_softc *cpu, bus_size_t offset) function

Completed in 117 milliseconds