Searched refs:pic_sc (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/mips/mips/ |
| H A D | mips_pic.c | 126 static struct mips_pic_softc *pic_sc; variable 224 if (pic_sc) in mips_pic_attach() 230 pic_sc = sc; in mips_pic_attach() 487 KASSERT(pic_sc != NULL, ("%s: no pic", __func__)); in mips_pic_map_fixed_intr() 489 pic_dev = pic_sc->pic_dev; in mips_pic_map_fixed_intr() 494 if (pic_sc != NULL) in mips_pic_map_fixed_intr() 495 pic_dev = pic_sc->pic_dev; in mips_pic_map_fixed_intr() 691 KASSERT(pic_sc != NULL, ("%s: no pic", __func__)); in cpu_establish_hardintr() 696 cpu_establish_intr(pic_sc, name, filt, handler, arg, irq+NSOFT_IRQS, in cpu_establish_hardintr() 705 KASSERT(pic_sc != NULL, ("%s: no pic", __func__)); in cpu_establish_softintr() [all …]
|