• Home
  • Raw
  • Download

Lines Matching refs:cell_t

236 	if (prop->val.len != sizeof(cell_t))  in check_is_cell()
438 static cell_t check_phandle_prop(struct check *c, struct dt_info *dti, in check_phandle_prop()
444 cell_t phandle; in check_phandle_prop()
450 if (prop->val.len != sizeof(cell_t)) { in check_phandle_prop()
490 cell_t phandle, linux_phandle; in check_explicit_phandles()
564 cell_t phandle; in fixup_phandle_references()
567 assert(m->offset + sizeof(cell_t) <= prop->val.len); in fixup_phandle_references()
711 entrylen = (addr_cells + size_cells) * sizeof(cell_t); in check_reg_format()
739 entrylen = (p_addr_cells + c_addr_cells + c_size_cells) * sizeof(cell_t); in check_ranges_format()
768 cell_t *cells; in check_pci_bridge()
794 if (prop->val.len != (sizeof(cell_t) * 2)) { in check_pci_bridge()
798 cells = (cell_t *)prop->val.val; in check_pci_bridge()
811 cell_t *cells; in check_pci_device_bus_num()
820 cells = (cell_t *)prop->val.val; in check_pci_device_bus_num()
827 cells = (cell_t *)prop->val.val; in check_pci_device_bus_num()
843 cell_t *cells; in check_pci_device_reg()
854 cells = (cell_t *)prop->val.val; in check_pci_device_reg()
917 cell_t *cells = NULL; in check_simple_bus_reg()
924 cells = (cell_t *)prop->val.val; in check_simple_bus_reg()
929 cells = ((cell_t *)prop->val.val) + node_addr_cells(node); in check_simple_bus_reg()
1109 if (prop->val.len % sizeof(cell_t)) { in check_property_phandle_args()
1112 prop->val.len, sizeof(cell_t)); in check_property_phandle_args()
1116 for (cell = 0; cell < prop->val.len / sizeof(cell_t); cell += cellsize + 1) { in check_property_phandle_args()
1139 if (m->offset == (cell * sizeof(cell_t))) in check_property_phandle_args()
1169 if (prop->val.len < ((cell + cellsize + 1) * sizeof(cell_t))) { in check_property_phandle_args()
1308 if (irq_prop->val.len % sizeof(cell_t)) in check_interrupts_property()
1310 irq_prop->val.len, sizeof(cell_t)); in check_interrupts_property()
1353 if (irq_prop->val.len % (irq_cells * sizeof(cell_t))) { in check_interrupts_property()
1356 irq_prop->val.len, (int)(irq_cells * sizeof(cell_t))); in check_interrupts_property()