Searched defs:vbios (Results 1 - 3 of 3) sorted by relevance

/drivers/staging/xgifb/
H A Dvb_init.c1122 u8 *vbios; local
1132 vbios = xgifb_copy_rom(pdev, &vbios_size);
1133 if (vbios == NULL) {
1143 if (!(vbios[0x65] & 0x1) &&
1146 vfree(vbios);
1151 i = vbios[0x316] | (vbios[0x317] << 8);
1154 j = vbios[i - 1];
1169 lvds->LVDS_Capability = vbios[i] | (vbios[
[all...]
/drivers/video/matrox/
H A Dmatroxfb_misc.c426 static void get_bios_version(unsigned char __iomem * vbios, struct matrox_bios* bd) { argument
429 pcir_offset = readb(vbios + 24) | (readb(vbios + 25) << 8);
431 readb(vbios + pcir_offset ) == 'P' &&
432 readb(vbios + pcir_offset + 1) == 'C' &&
433 readb(vbios + pcir_offset + 2) == 'I' &&
434 readb(vbios + pcir_offset + 3) == 'R') {
437 h = readb(vbios + pcir_offset + 0x12);
440 bd->version.vRev = readb(vbios + pcir_offset + 0x13);
444 h = readb(vbios
451 get_bios_output(unsigned char __iomem* vbios, struct matrox_bios* bd) argument
461 get_bios_tvout(unsigned char __iomem* vbios, struct matrox_bios* bd) argument
488 parse_bios(unsigned char __iomem* vbios, struct matrox_bios* bd) argument
[all...]
/drivers/gpu/drm/nouveau/
H A Dnouveau_drv.h829 struct nvbios vbios; member in struct:drm_nouveau_private

Completed in 163 milliseconds