cmd_table 622 drivers/gpu/drm/amd/amdgpu/atom.c if (U16(ctx->ctx->cmd_table + 4 + 2 * idx)) cmd_table 1203 drivers/gpu/drm/amd/amdgpu/atom.c int base = CU16(ctx->cmd_table + 4 + 2 * index); cmd_table 1335 drivers/gpu/drm/amd/amdgpu/atom.c ctx->cmd_table = CU16(base + ATOM_ROM_CMD_PTR); cmd_table 1370 drivers/gpu/drm/amd/amdgpu/atom.c if (!CU16(ctx->cmd_table + 4 + 2 * ATOM_CMD_INIT)) cmd_table 1412 drivers/gpu/drm/amd/amdgpu/atom.c int idx = CU16(ctx->cmd_table + offset); cmd_table 1413 drivers/gpu/drm/amd/amdgpu/atom.c u16 *mct = (u16 *)(ctx->bios + ctx->cmd_table + 4); cmd_table 131 drivers/gpu/drm/amd/amdgpu/atom.h uint32_t cmd_table, data_table; cmd_table 652 drivers/gpu/drm/i915/gvt/cmd_parser.c hash_for_each_possible(gvt->cmd_table, e, hlist, opcode) { cmd_table 2650 drivers/gpu/drm/i915/gvt/cmd_parser.c hash_add(gvt->cmd_table, &e->hlist, e->info->opcode); cmd_table 3088 drivers/gpu/drm/i915/gvt/cmd_parser.c hash_for_each_safe(gvt->cmd_table, i, tmp, e, hlist) cmd_table 3091 drivers/gpu/drm/i915/gvt/cmd_parser.c hash_init(gvt->cmd_table); cmd_table 321 drivers/gpu/drm/i915/gvt/gvt.h DECLARE_HASHTABLE(cmd_table, GVT_CMD_HASH_BITS); cmd_table 628 drivers/gpu/drm/radeon/atom.c if (U16(ctx->ctx->cmd_table + 4 + 2 * idx)) cmd_table 1160 drivers/gpu/drm/radeon/atom.c int base = CU16(ctx->cmd_table + 4 + 2 * index); cmd_table 1302 drivers/gpu/drm/radeon/atom.c ctx->cmd_table = CU16(base + ATOM_ROM_CMD_PTR); cmd_table 1340 drivers/gpu/drm/radeon/atom.c if (!CU16(ctx->cmd_table + 4 + 2 * ATOM_CMD_INIT)) cmd_table 1349 drivers/gpu/drm/radeon/atom.c if (CU16(ctx->cmd_table + 4 + 2 * ATOM_CMD_SPDFANCNTL)) cmd_table 1386 drivers/gpu/drm/radeon/atom.c int idx = CU16(ctx->cmd_table + offset); cmd_table 1387 drivers/gpu/drm/radeon/atom.c u16 *mct = (u16 *)(ctx->bios + ctx->cmd_table + 4); cmd_table 129 drivers/gpu/drm/radeon/atom.h uint32_t cmd_table, data_table; cmd_table 85 drivers/ps3/ps3av.c static u32 cmd_table[] = { cmd_table 141 drivers/ps3/ps3av.c table = cmd_table;