pcir_offset 428 drivers/video/fbdev/matrox/matroxfb_misc.c unsigned int pcir_offset; pcir_offset 430 drivers/video/fbdev/matrox/matroxfb_misc.c pcir_offset = readb(vbios + 24) | (readb(vbios + 25) << 8); pcir_offset 431 drivers/video/fbdev/matrox/matroxfb_misc.c if (pcir_offset >= 26 && pcir_offset < 0xFFE0 && pcir_offset 432 drivers/video/fbdev/matrox/matroxfb_misc.c readb(vbios + pcir_offset ) == 'P' && pcir_offset 433 drivers/video/fbdev/matrox/matroxfb_misc.c readb(vbios + pcir_offset + 1) == 'C' && pcir_offset 434 drivers/video/fbdev/matrox/matroxfb_misc.c readb(vbios + pcir_offset + 2) == 'I' && pcir_offset 435 drivers/video/fbdev/matrox/matroxfb_misc.c readb(vbios + pcir_offset + 3) == 'R') { pcir_offset 438 drivers/video/fbdev/matrox/matroxfb_misc.c h = readb(vbios + pcir_offset + 0x12); pcir_offset 441 drivers/video/fbdev/matrox/matroxfb_misc.c bd->version.vRev = readb(vbios + pcir_offset + 0x13);