IRQT_PIRQ
case IRQT_PIRQ:
if (irq_tbl[i].ii_type == IRQT_PIRQ) {
case IRQT_PIRQ:
if (irq_tbl[i].ii_type == IRQT_PIRQ) {
case IRQT_PIRQ:
irq_info[PIRQ_TO_IRQ(i)].ii_type = IRQT_PIRQ;
return (irq_info[irq].ii_type == IRQT_PIRQ &&
irqp->ii_type = IRQT_PIRQ;
ASSERT((type == IRQT_EVTCHN) || (type == IRQT_PIRQ) ||
if ((type == IRQT_EVTCHN) || (type == IRQT_PIRQ)) {
if (type == IRQT_PIRQ)
irqp->ii_type = IRQT_PIRQ;
return (irqp->ii_type == IRQT_EVTCHN || irqp->ii_type == IRQT_PIRQ);
case IRQT_PIRQ:
case IRQT_PIRQ: