Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Dchecks.c1158 struct property *irq_prop, *prop = NULL; in check_interrupts_property() local
1161 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()
/OK3568_Linux_fs/kernel/scripts/dtc/
H A Dchecks.c1626 struct property *irq_prop, *prop = NULL; in check_interrupts_property() local
1629 irq_prop = get_property(node, "interrupts"); in check_interrupts_property()
1630 if (!irq_prop) in check_interrupts_property()
1633 if (irq_prop->val.len % sizeof(cell_t)) in check_interrupts_property()
1634 FAIL_PROP(c, dti, node, irq_prop, "size (%d) is invalid, expected multiple of %zu", in check_interrupts_property()
1635 irq_prop->val.len, sizeof(cell_t)); in check_interrupts_property()
1682 if (irq_prop->val.len % (irq_cells * sizeof(cell_t))) { in check_interrupts_property()
1685 irq_prop->val.len, (int)(irq_cells * sizeof(cell_t))); in check_interrupts_property()