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

/linux-4.4.14/drivers/video/fbdev/matrox/
H A Dmatroxfb_misc.c427 unsigned int pcir_offset; get_bios_version() local
429 pcir_offset = readb(vbios + 24) | (readb(vbios + 25) << 8); get_bios_version()
430 if (pcir_offset >= 26 && pcir_offset < 0xFFE0 && get_bios_version()
431 readb(vbios + pcir_offset ) == 'P' && get_bios_version()
432 readb(vbios + pcir_offset + 1) == 'C' && get_bios_version()
433 readb(vbios + pcir_offset + 2) == 'I' && get_bios_version()
434 readb(vbios + pcir_offset + 3) == 'R') { get_bios_version()
437 h = readb(vbios + pcir_offset + 0x12); get_bios_version()
440 bd->version.vRev = readb(vbios + pcir_offset + 0x13); get_bios_version()

Completed in 95 milliseconds