Searched refs:CU16 (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/accelerants/radeon_hd/atombios/
H A Datom-bits.h39 #define CU16(ptr) get_u16(ctx->bios,(ptr)) macro
H A Datom.cpp119 temp = ctx->card->ioreg_read(CU16(base + 1));
123 (void)ctx->card->reg_read(CU16(base + 1));
124 ctx->card->ioreg_write(CU16(base + 1), temp);
1205 int base = CU16(ctx->cmd_table + 4 + 2 * index);
1215 len = CU16(base + ATOM_CT_SIZE_PTR);
1334 if (CU16(0) != ATOM_BIOS_MAGIC) {
1346 int base = CU16(ATOM_ROM_TABLE_PTR);
1354 ctx->cmd_table = CU16(base + ATOM_ROM_CMD_PTR);
1355 ctx->data_table = CU16(base + ATOM_ROM_DATA_PTR);
1356 atom_index_iio(ctx, CU16(ct
[all...]

Completed in 88 milliseconds