Searched refs:intr_map_irq (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | intr.h | 137 u_int intr_map_irq(device_t, intptr_t, struct intr_map_data *);
|
| /f-stack/freebsd/mips/broadcom/ |
| H A D | bhnd_nexus.c | 204 *irq = intr_map_irq(NULL, xref, &imd->mdata); in bhnd_nexus_map_intr()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | nexus.c | 476 irq = intr_map_irq(NULL, iparent, (struct intr_map_data *)fdt_data); in nexus_ofw_map_intr() 545 irq = intr_map_irq(NULL, ACPI_INTR_XREF, in nexus_acpi_map_intr()
|
| /f-stack/freebsd/kern/ |
| H A D | subr_intr.c | 1362 irqs[i] = intr_map_irq(pic->pic_dev, xref, 1445 *irq = intr_map_irq(pic->pic_dev, xref, (struct intr_map_data *)msi); 1663 intr_map_irq(device_t dev, intptr_t xref, struct intr_map_data *data) function 1721 return (intr_map_irq(map_dev, map_xref, data));
|
| /f-stack/freebsd/arm/arm/ |
| H A D | nexus.c | 431 irq = intr_map_irq(NULL, iparent, (struct intr_map_data *)fdt_data); in nexus_ofw_map_intr()
|
| /f-stack/freebsd/mips/mips/ |
| H A D | mips_pic.c | 501 intr->intr_irq = intr_map_irq(pic_dev, xref, &data->hdr); in mips_pic_map_fixed_intr()
|
| H A D | nexus.c | 557 irq = intr_map_irq(NULL, iparent, (struct intr_map_data *)fdt_data); in nexus_ofw_map_intr()
|