Searched refs:interrupt_map_len (Results 1 – 1 of 1) sorted by relevance
800 int address_cells, size_cells, interrupt_cells, interrupt_map_len; in OF_mapintr() local860 if ((interrupt_map_len = OF_getprop(node, in OF_mapintr()886 if (interrupt_map_len > maplen) { in OF_mapintr()888 "allocating\n", interrupt_map_len, maplen)); in OF_mapintr()890 free_map = malloc(interrupt_map_len, M_DEVBUF, in OF_mapintr()893 interrupt_map_len = sizeof static_interrupt_map; in OF_mapintr()896 maplen = interrupt_map_len; in OF_mapintr()901 interrupt_map_len = interrupt_map_len/sizeof(int); in OF_mapintr()942 while (i < interrupt_map_len + address_cells + interrupt_cells) { in OF_mapintr()