Home
last modified time | relevance | path

Searched refs:pic_xref (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/mips/mediatek/
H A Dmtk_intr_v1.c136 pic_xref(device_t dev) in pic_xref() function
168 intptr_t xref = pic_xref(dev); in mtk_pic_attach()
H A Dmtk_intr_v2.c131 pic_xref(device_t dev) in pic_xref() function
163 intptr_t xref = pic_xref(dev); in mtk_pic_attach()
/f-stack/freebsd/mips/ingenic/
H A Djz4780_intr.c126 pic_xref(device_t dev) in pic_xref() function
162 xref = pic_xref(dev); in jz4780_pic_attach()
/f-stack/freebsd/mips/mips/
H A Dmips_pic.c176 pic_xref(device_t dev) in pic_xref() function
222 intptr_t xref = pic_xref(dev); in mips_pic_attach()
490 xref = pic_xref(pic_dev); in mips_pic_map_fixed_intr()
/f-stack/freebsd/kern/
H A Dsubr_intr.c117 intptr_t pic_xref; /* hardware identification */ member
734 if (xref == pic->pic_xref)
736 } else if (xref == 0 || pic->pic_xref == 0) {
739 } else if (xref == pic->pic_xref && dev == pic->pic_dev)
778 pic->pic_xref = xref;
/f-stack/freebsd/mips/atheros/ar531x/
H A Dapb.c158 pic_xref(device_t dev) in pic_xref() function
181 intptr_t xref = pic_xref(dev); in apb_attach()