Lines Matching defs:pointers
272 __be32 *pointers;
278 pointers = kmalloc_array(ARRAY_SIZE(min_values), sizeof(__be32),
280 if (pointers == NULL)
289 DICE_PRIVATE_SPACE, pointers,
295 data = be32_to_cpu(pointers[i]);
302 if (be32_to_cpu(pointers[1]) > 0x18) {
309 be32_to_cpu(pointers[0]) * 4 + GLOBAL_VERSION,
327 dice->global_offset = be32_to_cpu(pointers[0]) * 4;
328 dice->tx_offset = be32_to_cpu(pointers[2]) * 4;
329 dice->rx_offset = be32_to_cpu(pointers[4]) * 4;
332 if (pointers[7])
333 dice->sync_offset = be32_to_cpu(pointers[6]) * 4;
334 if (pointers[9])
335 dice->rsrv_offset = be32_to_cpu(pointers[8]) * 4;
337 kfree(pointers);