Lines Matching refs:cell_t

236 	if (prop->val.len != sizeof(cell_t))  in check_is_cell()
443 static cell_t check_phandle_prop(struct check *c, struct dt_info *dti, in check_phandle_prop()
449 cell_t phandle; in check_phandle_prop()
455 if (prop->val.len != sizeof(cell_t)) { in check_phandle_prop()
495 cell_t phandle, linux_phandle; in check_explicit_phandles()
569 cell_t phandle; in fixup_phandle_references()
572 assert(m->offset + sizeof(cell_t) <= prop->val.len); in fixup_phandle_references()
728 entrylen = (addr_cells + size_cells) * sizeof(cell_t); in check_reg_format()
756 entrylen = (p_addr_cells + c_addr_cells + c_size_cells) * sizeof(cell_t); in check_ranges_format()
785 cell_t *cells; in check_pci_bridge()
811 if (prop->val.len != (sizeof(cell_t) * 2)) { in check_pci_bridge()
815 cells = (cell_t *)prop->val.val; in check_pci_bridge()
828 cell_t *cells; in check_pci_device_bus_num()
837 cells = (cell_t *)prop->val.val; in check_pci_device_bus_num()
844 cells = (cell_t *)prop->val.val; in check_pci_device_bus_num()
860 cell_t *cells; in check_pci_device_reg()
871 cells = (cell_t *)prop->val.val; in check_pci_device_reg()
934 cell_t *cells = NULL; in check_simple_bus_reg()
941 cells = (cell_t *)prop->val.val; in check_simple_bus_reg()
946 cells = ((cell_t *)prop->val.val) + node_addr_cells(node); in check_simple_bus_reg()
1156 if (prop->val.len % sizeof(cell_t)) { in check_property_phandle_args()
1159 prop->val.len, sizeof(cell_t)); in check_property_phandle_args()
1163 for (cell = 0; cell < prop->val.len / sizeof(cell_t); cell += cellsize + 1) { in check_property_phandle_args()
1186 if (m->offset == (cell * sizeof(cell_t))) in check_property_phandle_args()
1216 if (prop->val.len < ((cell + cellsize + 1) * sizeof(cell_t))) { in check_property_phandle_args()
1355 if (irq_prop->val.len % sizeof(cell_t)) in check_interrupts_property()
1357 irq_prop->val.len, sizeof(cell_t)); in check_interrupts_property()
1400 if (irq_prop->val.len % (irq_cells * sizeof(cell_t))) { in check_interrupts_property()
1403 irq_prop->val.len, (int)(irq_cells * sizeof(cell_t))); in check_interrupts_property()
1475 if (!(prop->val.val && prop->val.len == sizeof(cell_t))) { in check_graph_reg()