Lines Matching refs:pic_irqbase
659 if (irqbase < 0 || xpic->pic_irqbase < 0)
661 if (irqbase >= xpic->pic_irqbase + xpic->pic_maxsources)
663 if (irqbase + pic->pic_maxsources <= xpic->pic_irqbase)
668 xpic->pic_name, xpic->pic_maxsources, xpic->pic_irqbase);
696 pic->pic_irqbase = irqbase;
889 if (pic == NULL || pic->pic_irqbase < 0)
891 if (pic->pic_irqbase <= irq
892 && irq < pic->pic_irqbase + pic->pic_maxsources) {
893 return pic_establish_intr(pic, irq - pic->pic_irqbase,
939 if (pic == NULL || pic->pic_irqbase < 0)
941 if (pic->pic_irqbase <= irq
942 && irq < pic->pic_irqbase + pic->pic_maxsources) {
943 struct intrsource * const is = pic->pic_sources[irq - pic->pic_irqbase];
964 if (pic == NULL || pic->pic_irqbase < 0)
994 if (pic != NULL && pic->pic_irqbase >= 0) {
1008 if (pic == NULL || pic->pic_irqbase < 0)