Lines Matching defs:vbiosMem
126 void* vbiosMem = 0;
216 vbiosMem = (unsigned char *)base + bios_location;
217 err = pci_device_read_rom(rom_device, vbiosMem);
247 vbiosMem = (char *)base + V_BIOS;
248 memset(vbiosMem, 0, 2 * V_BIOS_SIZE);
249 if (read_legacy_video_BIOS(pInt->dev, vbiosMem) < V_BIOS_SIZE) {
261 vbiosMem = (unsigned char *)base + bios_location;
264 if (int10_check_bios(screen, bios_location >> 4, vbiosMem))
276 err = pci_device_read_rom(rom_device, vbiosMem);
283 if (!int10_check_bios(screen, bios_location >> 4, vbiosMem)) {