Home
last modified time | relevance | path

Searched refs:rom_temp (Results 1 – 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/drivers/graphics/matrox/
H A Ddriver.c317 uint8 *rom_temp; in map_device() local
385 (void **)&(rom_temp) in map_device()
400 ((rom_temp[0] != 0x55) || (rom_temp[1] != 0xaa)) && di->pcii.device) in map_device()
423 memcpy (si->rom_mirror, rom_temp, 32768); in map_device()
429 memcpy (si->rom_mirror, rom_temp, 32768); in map_device()
573 uint8 *rom_temp; in copy_rom() local
606 (void **)&(rom_temp) in copy_rom()
613 memcpy (di->rom_mirror, rom_temp, 32768); in copy_rom()
/haiku/src/add-ons/kernel/drivers/graphics/via/
H A Ddriver.c350 uint8* rom_temp; in map_device() local
425 (void **)&(rom_temp) in map_device()
429 if (rom_temp[0]!=0x55 || rom_temp[1]!=0xaa) in map_device()
448 (void **)&(rom_temp) in map_device()
461 if (current_settings.dumprom) dumprom (rom_temp, 65536); in map_device()
463 memcpy (si->rom_mirror, rom_temp, 65536); in map_device()
/haiku/src/add-ons/kernel/drivers/graphics/skeleton/
H A Ddriver.c341 uint8* rom_temp; in map_device() local
416 (void **)&(rom_temp) in map_device()
420 if (rom_temp[0]!=0x55 || rom_temp[1]!=0xaa) in map_device()
439 (void **)&(rom_temp) in map_device()
452 if (current_settings.dumprom) dumprom (rom_temp, 65536); in map_device()
454 memcpy (si->rom_mirror, rom_temp, 65536); in map_device()
/haiku/src/add-ons/kernel/drivers/graphics/neomagic/
H A Ddriver.c329 uint8* rom_temp; in map_device() local
433 (void **)&(rom_temp) in map_device()
437 if (rom_temp[0]!=0x55 || rom_temp[1]!=0xaa) in map_device()
456 (void **)&(rom_temp) in map_device()
477 if (current_settings.dumprom) dumprom (rom_temp, 65536); in map_device()
479 memcpy (si->rom_mirror, rom_temp, 65536); in map_device()
/haiku/src/add-ons/kernel/drivers/graphics/nvidia/
H A Ddriver.c535 uint8* rom_temp; in map_device() local
621 (void **)&(rom_temp) in map_device()
626 if ((rom_temp[0] != 0x55) || (rom_temp[1] != 0xaa)) { in map_device()
642 65536, B_ANY_KERNEL_ADDRESS, B_KERNEL_READ_AREA, (void **)&(rom_temp)); in map_device()
655 dumprom(rom_temp, 65536, di->pcii); in map_device()
658 memcpy(si->rom_mirror, rom_temp, 65536); in map_device()