Searched refs:imap (Results 1 – 1 of 1) sorted by relevance
946 const uint32_t *imap; in fdt_fixup_gw16082() local959 imap = fdt_getprop(blob, host, "interrupt-map", &len); in fdt_fixup_gw16082()960 if (!imap || len != 128) { in fdt_fixup_gw16082()968 irq[(fdt32_to_cpu(imap[(i*8)+3])-1)%4] = imap[(i*8)+6]; in fdt_fixup_gw16082()996 memcpy(&imap_new[i*32], imap, 128); in fdt_fixup_gw16082()