Home
last modified time | relevance | path

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

/Linux-v5.4/scripts/dtc/
Dchecks.c1548 struct property *irq_prop, *prop = NULL; in check_interrupts_property() local
1551 irq_prop = get_property(node, "interrupts"); in check_interrupts_property()
1552 if (!irq_prop) in check_interrupts_property()
1555 if (irq_prop->val.len % sizeof(cell_t)) in check_interrupts_property()
1556 FAIL_PROP(c, dti, node, irq_prop, "size (%d) is invalid, expected multiple of %zu", in check_interrupts_property()
1557 irq_prop->val.len, sizeof(cell_t)); in check_interrupts_property()
1604 if (irq_prop->val.len % (irq_cells * sizeof(cell_t))) { in check_interrupts_property()
1607 irq_prop->val.len, (int)(irq_cells * sizeof(cell_t))); in check_interrupts_property()