Symbol: data_table
games/banner/banner.c
1091
x = data_table[j] & 0377;
games/banner/banner.c
1128
x = data_table[pc] & 0377;
games/banner/banner.c
1146
y = data_table[pc+1];
games/banner/banner.c
78
static const unsigned char data_table[NBYTES] = {
sys/dev/drm/amd/amdgpu/atom.c
1333
ctx->data_table = CU16(base + ATOM_ROM_DATA_PTR);
sys/dev/drm/amd/amdgpu/atom.c
1334
atom_index_iio(ctx, CU16(ctx->data_table + ATOM_DATA_IIO_PTR) + 4);
sys/dev/drm/amd/amdgpu/atom.c
1356
int hwi = CU16(ctx->data_table + ATOM_DATA_FWI_PTR);
sys/dev/drm/amd/amdgpu/atom.c
1389
int idx = CU16(ctx->data_table + offset);
sys/dev/drm/amd/amdgpu/atom.c
1390
u16 *mdt = (u16 *)(ctx->bios + ctx->data_table + 4);
sys/dev/drm/amd/amdgpu/atom.c
869
ctx->ctx->data_block = U16(ctx->ctx->data_table + 4 + 2 * idx);
sys/dev/drm/amd/amdgpu/atom.h
130
uint32_t cmd_table, data_table;
sys/dev/drm/radeon/atom.c
1308
ctx->data_table = CU16(base + ATOM_ROM_DATA_PTR);
sys/dev/drm/radeon/atom.c
1309
atom_index_iio(ctx, CU16(ctx->data_table + ATOM_DATA_IIO_PTR) + 4);
sys/dev/drm/radeon/atom.c
1334
int hwi = CU16(ctx->data_table + ATOM_DATA_FWI_PTR);
sys/dev/drm/radeon/atom.c
1371
int idx = CU16(ctx->data_table + offset);
sys/dev/drm/radeon/atom.c
1372
u16 *mdt = (u16 *)((char *)ctx->bios + ctx->data_table + 4);
sys/dev/drm/radeon/atom.c
848
ctx->ctx->data_block = U16(ctx->ctx->data_table + 4 + 2 * idx);
sys/dev/drm/radeon/atom.h
130
uint32_t cmd_table, data_table;
test/interbench/interbench.c
1039
struct data_table *tbj;
test/interbench/interbench.c
385
struct data_table *tb;
test/interbench/interbench.c
461
void initialise_thread_data(struct data_table *tb)
test/interbench/interbench.c
570
struct data_table *tb;
test/interbench/interbench.h
51
struct data_table benchmarks[THREADS + 1], *dt;