Symbol: CU16
drivers/gpu/drm/amd/amdgpu/atom.c
1226
int base = CU16(ctx->cmd_table + 4 + 2 * index);
drivers/gpu/drm/amd/amdgpu/atom.c
124
temp = ctx->card->reg_read(ctx->card, CU16(base + 1));
drivers/gpu/drm/amd/amdgpu/atom.c
1242
len = CU16(base + ATOM_CT_SIZE_PTR);
drivers/gpu/drm/amd/amdgpu/atom.c
128
ctx->card->reg_write(ctx->card, CU16(base + 1), temp);
drivers/gpu/drm/amd/amdgpu/atom.c
1516
base = CU16(ATOM_ROM_TABLE_PTR);
drivers/gpu/drm/amd/amdgpu/atom.c
1519
str = CSTR(CU16(base + ATOM_ROM_CFG_PTR));
drivers/gpu/drm/amd/amdgpu/atom.c
1571
if (CU16(0) != ATOM_BIOS_MAGIC) {
drivers/gpu/drm/amd/amdgpu/atom.c
1584
base = CU16(ATOM_ROM_TABLE_PTR);
drivers/gpu/drm/amd/amdgpu/atom.c
1593
ctx->cmd_table = CU16(base + ATOM_ROM_CMD_PTR);
drivers/gpu/drm/amd/amdgpu/atom.c
1594
ctx->data_table = CU16(base + ATOM_ROM_DATA_PTR);
drivers/gpu/drm/amd/amdgpu/atom.c
1595
atom_index_iio(ctx, CU16(ctx->data_table + ATOM_DATA_IIO_PTR) + 4);
drivers/gpu/drm/amd/amdgpu/atom.c
1625
int hwi = CU16(ctx->data_table + ATOM_DATA_FWI_PTR);
drivers/gpu/drm/amd/amdgpu/atom.c
1636
if (!CU16(ctx->cmd_table + 4 + 2 * ATOM_CMD_INIT))
drivers/gpu/drm/amd/amdgpu/atom.c
1658
int idx = CU16(ctx->data_table + offset);
drivers/gpu/drm/amd/amdgpu/atom.c
1665
*size = CU16(idx);
drivers/gpu/drm/amd/amdgpu/atom.c
1678
int idx = CU16(ctx->cmd_table + offset);
drivers/gpu/drm/radeon/atom.c
1172
int base = CU16(ctx->cmd_table + 4 + 2 * index);
drivers/gpu/drm/radeon/atom.c
1181
len = CU16(base + ATOM_CT_SIZE_PTR);
drivers/gpu/drm/radeon/atom.c
121
temp = ctx->card->ioreg_read(ctx->card, CU16(base + 1));
drivers/gpu/drm/radeon/atom.c
126
(void)ctx->card->ioreg_read(ctx->card, CU16(base + 1));
drivers/gpu/drm/radeon/atom.c
127
ctx->card->ioreg_write(ctx->card, CU16(base + 1), temp);
drivers/gpu/drm/radeon/atom.c
1295
if (CU16(0) != ATOM_BIOS_MAGIC) {
drivers/gpu/drm/radeon/atom.c
1308
base = CU16(ATOM_ROM_TABLE_PTR);
drivers/gpu/drm/radeon/atom.c
1317
ctx->cmd_table = CU16(base + ATOM_ROM_CMD_PTR);
drivers/gpu/drm/radeon/atom.c
1318
ctx->data_table = CU16(base + ATOM_ROM_DATA_PTR);
drivers/gpu/drm/radeon/atom.c
1319
atom_index_iio(ctx, CU16(ctx->data_table + ATOM_DATA_IIO_PTR) + 4);
drivers/gpu/drm/radeon/atom.c
1325
str = CSTR(CU16(base + ATOM_ROM_MSG_PTR));
drivers/gpu/drm/radeon/atom.c
1344
int hwi = CU16(ctx->data_table + ATOM_DATA_FWI_PTR);
drivers/gpu/drm/radeon/atom.c
1355
if (!CU16(ctx->cmd_table + 4 + 2 * ATOM_CMD_INIT))
drivers/gpu/drm/radeon/atom.c
1364
if (CU16(ctx->cmd_table + 4 + 2 * ATOM_CMD_SPDFANCNTL))
drivers/gpu/drm/radeon/atom.c
1381
int idx = CU16(ctx->data_table + offset);
drivers/gpu/drm/radeon/atom.c
1388
*size = CU16(idx);
drivers/gpu/drm/radeon/atom.c
1401
int idx = CU16(ctx->cmd_table + offset);