Symbol: CU16
sys/dev/drm/amd/amdgpu/atom.c
112
temp = ctx->card->ioreg_read(ctx->card, CU16(base + 1));
sys/dev/drm/amd/amdgpu/atom.c
116
ctx->card->ioreg_write(ctx->card, CU16(base + 1), temp);
sys/dev/drm/amd/amdgpu/atom.c
1200
int base = CU16(ctx->cmd_table + 4 + 2 * index);
sys/dev/drm/amd/amdgpu/atom.c
1209
len = CU16(base + ATOM_CT_SIZE_PTR);
sys/dev/drm/amd/amdgpu/atom.c
1310
if (CU16(0) != ATOM_BIOS_MAGIC) {
sys/dev/drm/amd/amdgpu/atom.c
1323
base = CU16(ATOM_ROM_TABLE_PTR);
sys/dev/drm/amd/amdgpu/atom.c
1332
ctx->cmd_table = CU16(base + ATOM_ROM_CMD_PTR);
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
1340
idx = CU16(ATOM_ROM_PART_NUMBER_PTR);
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
1367
if (!CU16(ctx->cmd_table + 4 + 2 * ATOM_CMD_INIT))
sys/dev/drm/amd/amdgpu/atom.c
1389
int idx = CU16(ctx->data_table + offset);
sys/dev/drm/amd/amdgpu/atom.c
1396
*size = CU16(idx);
sys/dev/drm/amd/amdgpu/atom.c
1409
int idx = CU16(ctx->cmd_table + offset);
sys/dev/drm/radeon/atom.c
114
temp = ctx->card->ioreg_read(ctx->card, CU16(base + 1));
sys/dev/drm/radeon/atom.c
1165
int base = CU16(ctx->cmd_table + 4 + 2 * index);
sys/dev/drm/radeon/atom.c
1174
len = CU16(base + ATOM_CT_SIZE_PTR);
sys/dev/drm/radeon/atom.c
119
(void)ctx->card->ioreg_read(ctx->card, CU16(base + 1));
sys/dev/drm/radeon/atom.c
120
ctx->card->ioreg_write(ctx->card, CU16(base + 1), temp);
sys/dev/drm/radeon/atom.c
1285
if (CU16(0) != ATOM_BIOS_MAGIC) {
sys/dev/drm/radeon/atom.c
1298
base = CU16(ATOM_ROM_TABLE_PTR);
sys/dev/drm/radeon/atom.c
1307
ctx->cmd_table = CU16(base + ATOM_ROM_CMD_PTR);
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
1315
str = CSTR(CU16(base + ATOM_ROM_MSG_PTR));
sys/dev/drm/radeon/atom.c
1334
int hwi = CU16(ctx->data_table + ATOM_DATA_FWI_PTR);
sys/dev/drm/radeon/atom.c
1345
if (!CU16(ctx->cmd_table + 4 + 2 * ATOM_CMD_INIT))
sys/dev/drm/radeon/atom.c
1354
if (CU16(ctx->cmd_table + 4 + 2 * ATOM_CMD_SPDFANCNTL))
sys/dev/drm/radeon/atom.c
1371
int idx = CU16(ctx->data_table + offset);
sys/dev/drm/radeon/atom.c
1378
*size = CU16(idx);
sys/dev/drm/radeon/atom.c
1391
int idx = CU16(ctx->cmd_table + offset);