Home
last modified time | relevance | path

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

/linux-6.6.21/scripts/dtc/
Dchecks.c1687 cell_t irq_cells, phandle; in check_interrupts_property() local
1741 irq_cells = propval_cell(prop); in check_interrupts_property()
1742 if (!is_multiple_of(irq_prop->val.len, irq_cells * sizeof(cell_t))) { in check_interrupts_property()
1745 irq_prop->val.len, (int)(irq_cells * sizeof(cell_t))); in check_interrupts_property()