Searched refs:irq_prop (Results 1 – 1 of 1) sorted by relevance
1158 struct property *irq_prop, *prop = NULL; in check_interrupts_property() local1161 irq_prop = get_property(node, "interrupts"); in check_interrupts_property()1162 if (!irq_prop) in check_interrupts_property()1165 if (irq_prop->val.len % sizeof(cell_t)) in check_interrupts_property()1167 irq_prop->name, irq_prop->val.len, sizeof(cell_t), in check_interrupts_property()1209 if (irq_prop->val.len % (irq_cells * sizeof(cell_t))) { in check_interrupts_property()1212 irq_prop->val.len, (int)(irq_cells * sizeof(cell_t)), in check_interrupts_property()