Lines Matching refs:pointers
273 __be32 *pointers;
279 pointers = kmalloc_array(ARRAY_SIZE(min_values), sizeof(__be32),
281 if (pointers == NULL)
290 DICE_PRIVATE_SPACE, pointers,
296 data = be32_to_cpu(pointers[i]);
303 if (be32_to_cpu(pointers[1]) > 0x18) {
310 be32_to_cpu(pointers[0]) * 4 + GLOBAL_VERSION,
328 dice->global_offset = be32_to_cpu(pointers[0]) * 4;
329 dice->tx_offset = be32_to_cpu(pointers[2]) * 4;
330 dice->rx_offset = be32_to_cpu(pointers[4]) * 4;
333 if (pointers[7])
334 dice->sync_offset = be32_to_cpu(pointers[6]) * 4;
335 if (pointers[9])
336 dice->rsrv_offset = be32_to_cpu(pointers[8]) * 4;
338 kfree(pointers);