Lines Matching defs:indexed
1444 /* Read a block of data from an indexed register pair */
1447 const struct a6xx_indexed_registers *indexed,
1450 u32 count = indexed->count;
1453 obj->handle = (const void *) indexed;
1454 if (indexed->count_fn)
1455 count = indexed->count_fn(gpu);
1462 /* All the indexed banks start at address 0 */
1463 gpu_write(gpu, indexed->addr, 0);
1467 obj->data[i] = gpu_read(gpu, indexed->data);
1597 /* Get the banks of indexed registers */
1898 const struct a6xx_indexed_registers *indexed = obj->handle;
1900 if (!indexed)
1903 print_name(p, " - regs-name: ", indexed->name);
2033 drm_puts(p, "indexed-registers:\n");