Lines Matching refs:memory

239 	uint8*			memory;
242 return memory[address] | memory[address + 1] << 8;
285 info, we're, otherwise, digging in VBIOS memory and parsing VBT tables to
370 kVBIOSSize, B_ANY_KERNEL_ADDRESS, B_KERNEL_READ_AREA, (void **)&vbios.memory);
374 kVBIOSAddress, vbios.memory));
376 if (memcmp(vbios.memory, OPREGION_SIGNATURE, 16) != 0) {
382 opregion_header* header = (opregion_header*)vbios.memory;
383 opregion_asle* asle = (opregion_asle*)(vbios.memory + OPREGION_ASLE_OFFSET);
386 vbios.memory += OPREGION_VBT_OFFSET;
399 kVBIOSSize, B_ANY_KERNEL_ADDRESS, B_KERNEL_READ_AREA, (void **)&vbios.memory);
412 kVBIOSSize, B_ANY_KERNEL_ADDRESS, B_KERNEL_READ_AREA, (void**)&vbios.memory);
417 kVBIOSAddress, vbios.memory));
424 dumprom(vbios.memory, kVBIOSSize, info);
429 if (memcmp(vbios.memory + i, "$VBT", 4) == 0) {
441 struct vbt_header* vbt = (struct vbt_header*)(vbios.memory + *vbtOffset);
493 struct vbt_header* vbt = (struct vbt_header*)(vbios.memory + vbtOffset);
496 struct bdb_header* bdb = (struct bdb_header*)(vbios.memory + bdbOffset);
512 int id = vbios.memory[start];
518 features = (struct bdb_general_features*)(vbios.memory + start);
534 defs = (struct bdb_general_definitions*)(vbios.memory + start);
554 lvds1 = (struct lvds_bdb1 *)(vbios.memory + start);
577 lvds2 = (struct lvds_bdb2 *)(vbios.memory + start);
579 (vbios.memory + bdbOffset
584 uint8_t* timing_data = vbios.memory + bdbOffset
613 bdb_generic_dtd* generic_dtd = (bdb_generic_dtd*)(vbios.memory + start);
661 = (bdb_lfp_backlight_data*)(vbios.memory + start);