Home
last modified time | relevance | path

Searched refs:irq_prop (Results 1 – 1 of 1) sorted by relevance

/external/dtc/
Dchecks.c1588 struct property *irq_prop, *prop = NULL; in check_interrupts_property() local
1591 irq_prop = get_property(node, "interrupts"); in check_interrupts_property()
1592 if (!irq_prop) in check_interrupts_property()
1595 if (irq_prop->val.len % sizeof(cell_t)) in check_interrupts_property()
1596 FAIL_PROP(c, dti, node, irq_prop, "size (%d) is invalid, expected multiple of %zu", in check_interrupts_property()
1597 irq_prop->val.len, sizeof(cell_t)); in check_interrupts_property()
1644 if (irq_prop->val.len % (irq_cells * sizeof(cell_t))) { in check_interrupts_property()
1647 irq_prop->val.len, (int)(irq_cells * sizeof(cell_t))); in check_interrupts_property()