Searched refs:imd (Results 1 – 2 of 2) sorted by relevance
182 struct bcm_mips_intr_map_data *imd; in bhnd_nexus_map_intr() local199 imd = (struct bcm_mips_intr_map_data *)intr_alloc_map_data( in bhnd_nexus_map_intr()200 INTR_MAP_DATA_BCM_MIPS, sizeof(*imd), M_WAITOK | M_ZERO); in bhnd_nexus_map_intr()201 imd->ivec = ivec; in bhnd_nexus_map_intr()204 *irq = intr_map_irq(NULL, xref, &imd->mdata); in bhnd_nexus_map_intr()
22 See coreboot's src/include/imd.h for details.