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

/xsrc/external/mit/xf86-video-intel-old/dist/src/bios_reader/
H A Dbios_reader.c490 struct vbt_header *vbt = NULL; local in function:main
525 vbt = (struct vbt_header *)(pI830->VBIOS + i);
530 if (!vbt) {
535 printf("VBT vers: %d.%d\n", vbt->version / 100, vbt->version % 100);
537 bdb_off = vbt_off + vbt->bdb_offset;
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_bios.c346 struct vbt_header *vbt; local in function:i830_bios_init
381 vbt = (struct vbt_header *)(bios + vbt_off);
383 if (memcmp(vbt->signature, "$VBT", 4) != 0) {
390 bdb_off = vbt_off + vbt->bdb_offset;

Completed in 3 milliseconds