Searched refs:vbiosMem (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/int10/ |
| H A D | helper_mem.c | 235 int10_check_bios(int scrnIndex, int codeSeg, const unsigned char *vbiosMem) in int10_check_bios() argument 243 if ((*vbiosMem != 0x55) || (*(vbiosMem + 1) != 0xAA) || !*(vbiosMem + 2)) in int10_check_bios() 246 size = *(vbiosMem + 2) * 512; in int10_check_bios() 251 if (bios_checksum(vbiosMem, size)) in int10_check_bios() 303 unsigned char *vbiosMem; in xf86int10GetBiosSegment() local 308 vbiosMem = (unsigned char *) base + (cs << 4); in xf86int10GetBiosSegment() 309 if (int10_check_bios(pInt->pScrn->scrnIndex, cs, vbiosMem)) { in xf86int10GetBiosSegment()
|
| H A D | generic.c | 121 void *vbiosMem = 0; in xf86ExtendedInitInt10() local 198 vbiosMem = (unsigned char *) base + bios_location; in xf86ExtendedInitInt10() 199 err = pci_device_read_rom(rom_device, vbiosMem); in xf86ExtendedInitInt10() 229 vbiosMem = (char *) base + V_BIOS; in xf86ExtendedInitInt10() 230 memset(vbiosMem, 0, 2 * V_BIOS_SIZE); in xf86ExtendedInitInt10() 231 if (pci_device_read_rom(pInt->dev, vbiosMem) != 0 in xf86ExtendedInitInt10() 245 vbiosMem = (unsigned char *) base + bios_location; in xf86ExtendedInitInt10() 248 if (int10_check_bios(pScrn->scrnIndex, bios_location >> 4, vbiosMem)) in xf86ExtendedInitInt10() 259 err = pci_device_read_rom(rom_device, vbiosMem); in xf86ExtendedInitInt10()
|
| H A D | xf86int10.h | 180 const unsigned char *vbiosMem);
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 68350 if (pci_device_read_rom(pInt->dev, vbiosMem) < V_BIOS_SIZE) {
|