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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/int10/
H A Dgeneric.c205 int bios_location = V_BIOS; local in function:xf86ExtendedInitInt10
216 vbiosMem = (unsigned char *)base + bios_location;
259 int bios_location = V_BIOS; local in function:xf86ExtendedInitInt10
261 vbiosMem = (unsigned char *)base + bios_location;
264 if (int10_check_bios(screen, bios_location >> 4, vbiosMem))
283 if (!int10_check_bios(screen, bios_location >> 4, vbiosMem)) {
/xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/
H A Dgeneric.c187 int bios_location = V_BIOS; local in function:xf86ExtendedInitInt10
198 vbiosMem = (unsigned char *) base + bios_location;
242 int bios_location = V_BIOS; local in function:xf86ExtendedInitInt10
245 vbiosMem = (unsigned char *) base + bios_location;
248 if (int10_check_bios(pScrn->scrnIndex, bios_location >> 4, vbiosMem))

Completed in 3 milliseconds