Home
last modified time | relevance | path

Searched refs:cmd_table (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/radeon/
H A Datom.c640 if (U16(ctx->ctx->cmd_table + 4 + 2 * idx)) in atom_op_calltable()
1172 int base = CU16(ctx->cmd_table + 4 + 2 * index); in atom_execute_table_locked()
1317 ctx->cmd_table = CU16(base + ATOM_ROM_CMD_PTR); in atom_parse()
1355 if (!CU16(ctx->cmd_table + 4 + 2 * ATOM_CMD_INIT)) in atom_asic_init()
1364 if (CU16(ctx->cmd_table + 4 + 2 * ATOM_CMD_SPDFANCNTL)) in atom_asic_init()
1401 int idx = CU16(ctx->cmd_table + offset); in atom_parse_cmd_header()
1402 u16 *mct = (u16 *)(ctx->bios + ctx->cmd_table + 4); in atom_parse_cmd_header()
H A Datom.h130 uint32_t cmd_table, data_table; member
/linux/drivers/ps3/
H A Dps3av.c86 static u32 cmd_table[] = { variable
142 table = cmd_table; in ps3av_search_cmd_table()