Home
last modified time | relevance | path

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

/scripts/dtc/
Dchecks.c1587 int irq_cells, phandle; in check_interrupts_property() local
1641 irq_cells = propval_cell(prop); in check_interrupts_property()
1642 if (irq_prop->val.len % (irq_cells * sizeof(cell_t))) { in check_interrupts_property()
1645 irq_prop->val.len, (int)(irq_cells * sizeof(cell_t))); in check_interrupts_property()