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

/haiku-fatelf/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);
1139 int base = CU16(ctx->cmd_table + 4 + 2 * index);
1149 len = CU16(base + ATOM_CT_SIZE_PTR);
1263 if (CU16(0) != ATOM_BIOS_MAGIC) {
1275 int base = CU16(ATOM_ROM_TABLE_PTR);
1283 ctx->cmd_table = CU16(base + ATOM_ROM_CMD_PTR);
1284 ctx->data_table = CU16(base + ATOM_ROM_DATA_PTR);
1285 atom_index_iio(ctx, CU16(ct
[all...]

Completed in 61 milliseconds