Searched refs:pic_xref (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/mips/mediatek/
H A Dmtk_intr_v1.c136 pic_xref(device_t dev) function
168 intptr_t xref = pic_xref(dev);
H A Dmtk_intr_v2.c131 pic_xref(device_t dev) function
163 intptr_t xref = pic_xref(dev);
/freebsd-11-stable/sys/mips/mips/
H A Dmips_pic.c143 pic_xref(device_t dev) function
196 intptr_t xref = pic_xref(dev);
413 iparent = pic_xref(pic_sc->pic_dev);
/freebsd-11-stable/sys/kern/
H A Dsubr_intr.c107 intptr_t pic_xref; /* hardware identification */ member in struct:intr_pic
704 if (xref == pic->pic_xref)
706 } else if (xref == 0 || pic->pic_xref == 0) {
709 } else if (xref == pic->pic_xref && dev == pic->pic_dev)
748 pic->pic_xref = xref;

Completed in 114 milliseconds