Lines Matching refs:output

151 	int output;		/* IRQ level, e.g. ILR_INTTGT_INT */
222 /* Local registers per output pin */
242 int output)
254 pr_debug("%s: cpu %d output %d\n", __func__, dst->vcpu->arch.irq_cpu_id,
255 output);
257 if (output != ILR_INTTGT_INT) /* TODO */
264 int output)
272 pr_debug("%s: cpu %d output %d\n", __func__, dst->vcpu->arch.irq_cpu_id,
273 output);
275 if (output != ILR_INTTGT_INT) /* TODO */
336 if (src->output != ILR_INTTGT_INT) {
337 pr_debug("%s: output %d irq %d active %d was %d count %d\n",
338 __func__, src->output, n_IRQ, active, was_active,
339 dst->outputs_active[src->output]);
347 dst->outputs_active[src->output]++ == 0) {
348 pr_debug("%s: Raise OpenPIC output %d cpu %d irq %d\n",
349 __func__, src->output, n_CPU, n_IRQ);
350 mpic_irq_raise(opp, dst, src->output);
354 --dst->outputs_active[src->output] == 0) {
355 pr_debug("%s: Lower OpenPIC output %d cpu %d irq %d\n",
356 __func__, src->output, n_CPU, n_IRQ);
357 mpic_irq_lower(opp, dst, src->output);
388 pr_debug("%s: Raise OpenPIC INT output cpu %d irq %d/%d\n",
499 if (src->output != ILR_INTTGT_INT) {
569 return opp->src[n_IRQ].output;
600 pr_debug("%s: IRQ configured for multiple output types, using critical\n",
604 src->output = ILR_INTTGT_CINT;
615 src->output = ILR_INTTGT_INT;
630 src->output = val & ILR_INTTGT_MASK;
631 pr_debug("Set ILR %d to 0x%08x, output %d\n", n_IRQ, src->idr,
632 src->output);
1061 pr_debug("%s: Lower OpenPIC INT output cpu %d due to ctpr\n",
1065 pr_debug("%s: Raise OpenPIC INT output cpu %d irq %d\n",
1100 pr_debug("Raise OpenPIC INT output cpu %d irq %d\n",
1132 pr_debug("Lower OpenPIC INT output\n");